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

slaRemoveCornerModel

slaRemoveCornerModel(
t_cornerSetupName
t_cornerName
t_modelName
)
=> t / nil

Description

Removes a corner model file from the corner setup in 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 within the setup library view.

t_cornerName

String value specifying the name of the corner that contains the model file to be removed.

t_modelName

String value specifying the name of the model file to be removed.

Value Returned

t

The specified corner model file has been removed.

nil

The specified corner model file could not be removed.

Examples

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

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaRemoveCornerModel("cornerSetup1" "C0" "model.scs")
=> t

Related Topics

slaRemoveCornerSetup

slaRemoveCornerVariable

slaRemoveSimulationSetup

slaRemoveSweepSetup

slaRemoveSweepVariable

slaRemoveVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X