ignoreShieldingOnLayers
spacings( ( ignoreShieldingOnLayers (tx_layer1[tx_layer2…tx_layerN]) )
) ;spacings
Requires that no shielding be added on the specified layers.
Values
|
The layers on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Example
Shielding should not be added on layers Metal1 and Metal2.
spacings( ( ignoreShieldingOnLayers ("Metal1" "Metal2") )
) ;spacings
Return to top