Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techDeleteSiteDef

techDeleteSiteDef(
d_siteDefID
)
=> t / nil

Description

Deletes the specified site definition from the specified technology database.

Arguments

d_siteDefID

The database identifier of the site definition.

Value Returned

t

The specified site definition was successfully deleted.

nil

The specified database identifier does not exist.

Example

siteID = techFindSiteDefByName(tfID "siteDefA")
=> db:0x02b7a18c

Returns the database identifier for the site definition named siteDefA in the technology database identified by tfID and assigns it to the variable siteID.

techDeleteSiteDef(siteID)
=> t

Deletes the site definition identified by siteID from the current technology database.


Return to top
 ⠀
X