netTracerOn
layoutXL netTracerOn boolean { t | nil }
Description
Enables all the features related to the Net Tracer functionality—the Net Tracer command in the Connectivity menu, the Net Tracer toolbar, and all the related forms and features. See Tracing Nets for more information.
GUI Equivalent
Examples
envGetVal("layoutXL" "netTracerOn")
envSetVal("layoutXL" "netTracerOn" 'boolean t)
envSetVal("layoutXL" "netTracerOn" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top