showPinGroupingOptions
abstract showPinGroupingOptions boolean { t | nil }
Description
Displays the options for grouping signal and power nets by default when you open the Abstract section of the Abstract Generator form.
The default value is t. When set to nil, the section is hidden.
GUI Equivalent
Examples
envGetVal("abstract" "showPinGroupingOptions")
envSetVal("abstract" "showPinGroupingOptions" 'boolean nil)
Related Topics
Return to top