setPPConn
layoutXL setPPConn boolean { t | nil }
Description
Automatically identifies nodes that qualify as pseudoparallel connections and defines them during chaining and abutment. Contacts are dropped automatically, if appropriate. However, if the
A pseudoparallel net connects nodes that are always the same voltage, so the current does not pass through the net.
If set to
nil, you must define pseudoparallel nets explicitly using the Define Pseudo Parallel Connect Pins command.GUI Equivalent
Examples
envGetVal("layoutXL" "setPPConn")
envSetVal("layoutXL" "setPPConn" 'boolean t)
envSetVal("layoutXL" "setPPConn" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top