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

slaRemoveCorner

slaRemoveCorner(
t_cornerSetupName
t_cornerName
)
=> t / nil

Description

Removes a corner 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 to be removed.

Value Returned

t

The specified corner has been removed.

nil

The specified corner could not be removed.

Examples

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

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

Related Topics

slaRemoveCornerSetup

slaRemoveSimulationSetup

slaRemoveSweepSetup

slaRemoveVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X