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
Value Returned
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
Return to top