netTracerExcludePurposesName
layoutXL netTracerExcludePurposesName string { "annotate boundary error flight label warning" }
Description
Specifies the names of the layer purposes to be excluded for tracing. Multiple purpose names can be space-separated.
GUI Equivalent
|
Exclude purposes (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerExcludePurposesName")
envSetVal("layoutXL" "netTracerExcludePurposesName" 'string "annotate error")
envSetVal("layoutXL" "netTracerExcludePurposesName" 'string "boundary")
Related Topics
List of Layout XL Environment Variables
Return to top