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

slaIsCornerEnabled

slaIsCornerEnabled(
t_cornerSetupName
t_cornerName
)
=> t / nil

Description

Retrieves the status of the specified corner within a corner setup in the a setup library view that is opened using the slaOpenOrCreateView function in edit mode. The function displays a warning if an invalid corner setup name or corner name is specified.

Arguments

t_cornerSetupName

The name of the corner setup.

t_cornerName

The name of the corner.

Value Returned

t

The specified corner is enabled.

nil

The specified corner is disabled.

Examples

The following example opens a setup library view in edit mode and retrieves the enabled or disabled status of the specified corner.

slaOpenOrCreateView("Two_Stage_Opamp" "project45nm" "setupLib")
=> t
slaIsCornerEnabled("CornerSetup1" "C0")
=>t

Related Topics

slaAddCornerVariable

slaAddDocument

slaAddSweepVariable

slaImportCorners


Return to top
 ⠀
X