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

slaRemoveCornerVariable

slaRemoveCornerVariable(
t_cornerSetupName
t_cornerName
t_varName
)
=> t / nil

Description

Removes a corner variable from corner setup of 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.

t_cornerName

String value specifying the name of the corner from which the corner variable must be removed.

t_varName

String value specifying the name of the corner variable to be removed from the specified corner.

Value Returned

t

The specified corner variable was removed.

nil

The specified corner variable could not be removed.

Examples

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

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaRemoveCornerVariable("cornerSetup1" "C0" "vdd")
=> t

Related Topics

slaRemoveCorner

slaRemoveSweepVariable

Setup Library Assistant Functions


Return to top
 ⠀
X