lceGetOption
lceGetOption(name[cvID] ) => t / nil
Description
Returns the value of the specified Connectivity Extractor option for the current or given cellview.
Arguments
|
Name of the connectivity Extractor environment variable for which the value needs to be returned. |
|
Value Returned
Value of the specified Connectivity Extractor option.
Example
lceGetOption("extractVerifyOpenViolations" cv)
Returns the value of the extractVerifyOpenViolations environment variable for the specified cellview.
lceGetOption("extractStopLevel")
Returns the value of the extractStopLevel environment variable for the current edited design in Layout XL or a higher tier.
Return to top