displayViaShapes
layout displayViaShapes boolean { t | nil }
graphic displayViaShapes boolean { t | nil }
Description
The default is nil, which means that the vias are displayed as the bounding box of each via. When set to t, via attributes are graphically displayed, resulting in detailed images. For large designs, setting via shapes to t increases the amount of time it takes to render a design.
GUI Equivalent
Examples
envGetVal("layout" "displayViaShapes")
envSetVal("layout" "displayViaShapes" 'boolean t)
envGetVal("graphic" "displayViaShapes")
envSetVal("graphic" "displayViaShapes" 'boolean t)
Related Topics
Return to top