updateNetSigType
layoutXL updateNetSigType boolean { t | nil }
Description
Specifies that the signal types assigned to nets in the schematic are transferred to the layout view by the Update Components And Nets command.
If enabled, terminals with nets that have a Signal Type of
power or ground in the schematic are automatically given a Route Method of geometric when the Update Components and Nets command is run.GUI Equivalent
|
Update Net Signal Type (Update Components and Nets Form) |
Examples
envGetVal("layoutXL" "updateNetSigType")
envSetVal("layoutXL" "updateNetSigType" 'boolean t)
envSetVal("layoutXL" "updateNetSigType" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top