minDiagonalWidth
spacings( ( minDiagonalWidthtx_layerf_width)
) ;spacings
Sets the minimum width of diagonal shapes on the specified layer.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Example
The minimum width of diagonal shapes must be 1.0 on Metal1 and equal to the value of the technology parameter mindiagwidth1 on Metal2.
spacings( ( minDiagonalWidth "Metal1" 1.0 ) ( minDiagonalWidth "Metal2" techParam("mindiagwidth1") )
) ;spacings
Return to top