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
|
Specifies whether the corner for the specified sweep setup should be enabled ( |
Value Returned
|
The specified corner is set to the user-specified enabled or disabled state. |
|
|
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
Return to top