Product Documentation
Virtuoso Technology Data Constraints Reference
Product Version IC23.1, November 2023

shieldMinLength

spacings( 
( shieldMinLength 
 'shieldMinLengthValue x_shieldMinLengthValue
)
) ;spacings

Specifies whether to shield the route segment if the length of the segment is greater than or equal to the specified length.

Parameters

'shieldMinLengthValue x_shieldMinLengthValue

When the value of this parameter is greater than 0, the route segments that have length greater than or equal to this value are shielded. If not specified or the value is less than or equal to 0, all route segments on the shield nets are shielded.

Example

The route segments that have length greater than or equal to 1.1 are shielded.

spacings(
    ( shieldMinLength 
     'shieldMinLengthValue 1.1
)
) ;spacings

Return to top
 ⠀
X