netTracerHaloForPins
layoutXL netTracerHaloForPins boolean { t | nil }
Description
Controls whether the halos around pins are wider compared to those around shapes, or have the same width.
The default is t, which means the halos around pins are wider.
GUI Equivalent
|
Pins (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerHaloForPins")
envSetVal("layoutXL" "netTracerHaloForPins" 'boolean t)
envSetVal("layoutXL" "netTracerHaloForPins" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top