netTracerMaxCutShapes
layoutXL netTracerMaxCutShapes string { "Low" | "Medium" | "High" | "Full" }
Description
Specifies the maximum number of cut shapes that are traced per overlap. You can choose to trace: 100 cut shapes per overlap (Low), 1000 (Medium), 10000 (High), or trace all the cut shapes (Full).
The default is "Medium", which traces 1000 cut shapes per overlap.
GUI Equivalent
|
Cut Shapes Extraction (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerMaxCutShapes")
envSetVal("layoutXL" "netTracerMaxCutShapes" 'string "Low")
envSetVal("layoutXL" "netTracerMaxCutShapes" 'string "Medium")
envSetVal("layoutXL" "netTracerMaxCutShapes" 'string "High")
envSetVal("layoutXL" "netTracerMaxCutShapes" 'string "Full")
Related Topics
List of Layout XL Environment Variables
Return to top