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

dbSetPinGroupGuideValidRoutingLayers

dbSetPinGroupGuideValidRoutingLayers(
d_areapinGroupGuide
l_layers
)
=> t / nil

Description

Sets the value of the validRoutingLayers constraint on the given area pin group guide.

Arguments

d_areaPinGroupGuide

The ID of the area pin group guide.

l_layers

A list of valid routing layers.

Value Returned

t

Returns t if the value of the validRoutingLayers constraint is successfully set.

nil

Returns nil if the value of the validRoutingLayers constraint cannot be set successfully.

Example

dbSetPinGroupGuideValidRoutingLayers(apgId list("M1" 2 3 "VIA3" "M6"))
=> t

Return to top
 ⠀
X