netTracerDisplayMode
layoutXL netTracerDisplayMode cyclic { "True Color & Halo" | "True Color" | "Halo" }
Description
Controls whether the traces over shapes, pins, and other objects associated with a traced net are displayed in true color, and whether a trace displays a halo.
GUI Equivalent
|
Display Mode (Net Tracer Display Options Form) |
Examples
envGetVal("layoutXL" "netTracerDisplayMode")
envSetVal("layoutXL" "netTracerDisplayMode" 'cyclic "True Color & Halo")
envSetVal("layoutXL" "netTracerDisplayMode" 'cyclic "True Color")
envSetVal("layoutXL" "netTracerDisplayMode" 'cyclic "Halo")
Related Topics
List of Layout XL Environment Variables
Return to top