crossSelectLayoutShape
layoutXL crossSelectLayoutShape boolean { t | nil }
Description
Selects the entire schematic net when the corresponding layout shape or via is selected.
The default is nil, which means the corresponding schematic net is not selected when a layout shape or via is selected.
GUI Equivalent
Examples
envGetVal("layoutXL" "crossSelectLayoutShape")
envSetVal("layoutXL" "crossSelectLayoutShape" 'boolean t)
envSetVal("layoutXL" "crossSelectLayoutShape" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top