makeVirtualPreserveVirtualPins
layoutDP makeVirtualPreserveVirtualPins boolean { t | nil }
Description
Retains pinFigs in a cell as shapes, which can be later used to create pin shapes in the made cell, if Make Cell was run again on the selected virtual hierarchy.
When set to nil, pinFigs are deleted during the Make Virtual Hierarchy command.
GUI Equivalent
Examples
envGetVal("layoutDP" "makeVirtualPreserveVirtualPins")
envSetVal("layoutDP" "makeVirtualPreserveVirtualPins" 'boolean nil)
Related Topics
Return to top