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

dbAreaBoundaryHasValidRoutingLayers

dbAreaBoundaryHasValidRoutingLayers(
d_areaBoundaryId
)
=> t / nil

Description

Returns a boolean value indicating that the validRoutingLayers constraint is set on the specified area boundary.

Arguments

d_areaBoundaryId

The ID of the area boundary.

Value Returned

t

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

nil

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

Example

dbAreaBoundaryHasValidRoutingLayers(areaBndyId)
=> t

Return to top
 ⠀
X