Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

slaRemoveCornerSetup

slaRemoveCornerSetup(
t_cornerSetupName
)
=> t / nil

Description

Removes a corner setup from a setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_cornerSetupName

String value specifying the name of the corner setup.

Value Returned

t

The specified corner setup has been removed.

nil

The specified corner setup could not be removed.

Examples

Opens a setup library view in the edit mode and removes the specified corner setup.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaRemoveCornerSetup("cornerSetup1")
=> t

Related Topics

slaRemoveCorner

slaRemoveSimulationSetup

slaRemoveSweepSetup

slaRemoveVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X