max_track_size_in_pixels
gui.max_track_size_in_pixels realpixelValue
Description
Used with gui.zoom_out_factor to limit the zoom factor. If the zoom factor itself causes a track size to be larger than the given number of pixels, then the zoom is limited to that point. The track size is the sum of the wire width and clearance in the default rule for the top occurrence of the first metal layer in the design.
GUI Equivalent
Examples
getvar gui.max_track_size_in_pixels
setvar gui.max_track_size_in_pixels 30
Related Topics
Space-based Router Tcl Environment Variables
Return to top