netTracerRegion
layoutXL netTracerRegion cyclic { "Entire cellview" | "Viewing area" | "Custom" }
Description
Controls the layout area in which nets are traced.
The default is "Entire cellview".
- Entire cellview to trace nets in the entire cellview.
- Viewing area to trace nets in the portion of the cellview that is currently displayed in the canvas.
- Custom to specify a rectangular or polygonal area for tracing nets.
GUI Equivalent
|
Region (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerRegion")
envSetVal("layoutXL" "netTracerRegion" 'cyclic "Entire cellview")
envSetVal("layoutXL" "netTracerRegion" 'cyclic "Viewing area")
envSetVal("layoutXL" "netTracerRegion" 'cyclic "Custom")
Related Topics
List of Layout XL Environment Variables
Return to top