netTracerColor
layoutXL netTracerColor string { "Cycle" | "color1" }
Description
Lets you specify a color for the trace.
The default is "Cycle", which selects a new color from the associated palette sequentially for creating the trace.
GUI Equivalent
|
Color (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerColor")
envSetVal("layoutXL" "netTracerColor" 'string "black")
envSetVal("layoutXL" "netTracerColor" 'string "blue")
Related Topics
List of Layout XL Environment Variables
Return to top