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

dbSubAreaFromPinGroupGuide

dbSubAreaFromPinGroupGuide(
d_areaPinGroupGuideId
d_areaBoundaryId
)
=> t / nil

Description

Removes an area boundary from the specified area pin group guide.

Arguments

d_areaPinGroupGuideId

The ID of the area pin group guide.

d_areaBoundaryId

The ID of the area boundary to be removed.

Value Returned

t

The SKILL function was run successfully and returns t if the area boundary is removed from the specified area pin group guide.

nil

The SKILL function was not run successfully and returns nil on error.

Example

dbSubAreaFromPinGroupGuide(apgId areaBndyId) => t

Return to top
 ⠀
X