preservePinFigs
layout preservePinFigs boolean { t | nil }
Description
Specifies whether the figure of the pin is preserved when the instance is flattened.
The figure moves up to the top level without any connectivity information when the default value t is used. When set to nil, no figure is preserved and there is no connectivity.
GUI Equivalent
Examples
envGetVal("layout" "preservePinFigs")
envSetVal("layout" "preservePinFigs" 'boolean nil)
Related Topics
Return to top