initGlobalNetPins
layoutXL initGlobalNetPins boolean { t | nil }
Description
Determines whether the Layout XL layout editor Generate All From Source command creates layout pins for the global nets in the schematic.
GUI Equivalent
|
Connectivity – Generate – All From Source (Generate tab)
Connectivity – Update – Components And Nets (Update tab) |
|
Examples
envGetVal("layoutXL" "initGlobalNetPins")
envSetVal("layoutXL" "initGlobalNetPins" 'boolean t)
envSetVal("layoutXL" "initGlobalNetPins" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top