showAntennaOptions
abstract showAntennaOptions boolean { t | nil }
Description
Displays the Gate and Drain antenna options by default when you open the Extract section of the Abstract Generator.
The default value is t. When set to nil, the options are hidden.
GUI Equivalent
Examples
envGetVal("abstract" "showAntennaOptions")
envSetVal("abstract" "showAntennaOptions" 'boolean nil)
Related Topics
Return to top