msLayerCrossTieInterval
spacings( ( msLayerCrossTieIntervaltx_layerx_tracks)
) ;spacings
Defines how often crossties should be built on the specified layer. The constraint value specifies the interval as the number of tracks between crossties.
A value of 0 means that there are no tracks between crossties. A value of 1 results in a crosstie on every other track.
Values
|
The number of tracks between crossties built on the specified layer. |
Parameters
Example
The number of tracks between crossties built on Metal1 should be two.
spacings( ( msLayerCrossTieInterval "Metal1" 2 )
) ;spacings
Return to top