netTracerStepMode
layoutXL netTracerStepMode boolean { t | nil }
Description
Controls whether a trace is progressively highlighted on the layout canvas, with each step tracing an additional set of shapes.
GUI Equivalent
Examples
envGetVal("layoutXL" "netTracerStepMode")
envSetVal("layoutXL" "netTracerStepMode" 'boolean t)
envSetVal("layoutXL" "netTracerStepMode" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top