lceSetOption
lceSetOption(name value[cvID]) => t / nil
Description
Sets 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 set. |
|
|
The value that needs to be set for the specified Connectivity Extractor option. |
|
Value Returned
Example
lceSetOption("extractStopLevel" 1)
Sets the value of the extractStopLevel environment variable for the current edited design to 1.
lceSetOption("extractVerifyOpenViolations" nil cv)
Sets the value of the extractVerifyOpenViolations environment variable for the specfied cellview to nil.
Return to top