minDiagonalEdgeLength
spacings( ( minDiagonalEdgeLengthtx_layer{f_length| (f_lengthSumf_length)} )
) ;spacings
Sets the minimum edge length for a diagonal shape 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 diagonal edge length must be 1.5 on Metal1 and equal to the value of the technology parameter diaglength1 on Metal2.
spacings( ( minDiagonalEdgeLength "Metal1" 1.5 ) ( minDiagonalEdgeLength "Metal2" techParam("diaglength1") )
) ;spacings
Return to top