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

slaSetCornerEnabled

slaSetCornerEnabled(
t_cornerSetupName
t_cornerName
g_enabled
)
=> t / nil

Description

Sets the enabled or disabled status of the specified corner within a corner setup in the 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.

g_enabled

Specifies whether the corner for the specified sweep setup should be enabled (t) or disabled (nil).

Value Returned

t

The specified corner is set to the user-specified enabled or disabled state.

nil

The corner setup with the specified name does not exist or the command is unsuccessful.

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
slaSetCornerEnabled("CornerSetup1" "C0" t)
=> t

Related Topics

slaAddCornerVariable

slaAddDocument

slaAddSweepVariable


Return to top
 ⠀
X