crossSelect
ab crossSelect boolean { t | nil }
Description
Specifies whether cross selection is allowed between Annotation Browser and Navigator or Canvas.
The default is t, which means that the nets are cross selected.
GUI Equivalent
Examples
envGetVal("ab" "crossSelect")
envSetVal("ab" "crossSelect" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
crossSelect
layoutXL crossSelect boolean { t | nil }
Description
Specifies whether cross-selection is operational. Cross-selection means that when you select a component in the layout, the corresponding component is selected in the schematic and vice versa.
GUI Equivalent
|
Cross-selection (Connectivity Form) |
Examples
envGetVal("layoutXL" "crossSelect")
envSetVal("layoutXL" "crossSelect" 'boolean t)
envSetVal("layoutXL" "crossSelect" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top