showExtractGspecTables
abstract showExtractGspecTables boolean { t | nil }
Description
Displays the options for extracting connectivity information for signal and power nets when you open the Extract section of the Abstract Generator form.
The default value is t. When set to nil, the section is hidden.
GUI Equivalent
|
Signal Layers, Pin Layers, Power Layers, and Use Signal GSpec For Power GSpec |
Examples
envGetVal("abstract" "showExtractGspecTables")
envSetVal("abstract" "showExtractGspecTables" 'boolean nil)
Related Topics
Return to top