Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetAreaBoundaryValidRoutingLayers

dbGetAreaBoundaryValidRoutingLayers(
d_areaBoundaryId
)
=> l_layers / nil

Description

Returns the value of the validRoutingLayers constraint on the given area boundary.

Arguments

d_areaBoundaryId

The ID of the area boundary.

Value Returned

l_layers

Returns the value of the validRoutingLayers constraint if it is set on the specified area boundary.

nil

Returns nil if no validRoutingLayers constraint is set on the specified area boundary.

Example

dbGetAreaBoundaryValidRoutingLayers(areaBndyId)
=> ("M1" "M2" "VIA2" "VIA3" "M6")

Return to top
 ⠀
X