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

dbAbutIsReAbutGroup

dbAbutIsReAbutGroup(
d_groupID
)
=> t / nil

Description

When called during abutment event 3 (un-abutment), the SKILL function indicates if re-abutment of Pcell instances will be triggered immediately after un-abutment. If the SKILL function returns true, the PDK SKILL function can store relevant information, if needed, from the current abutment group.

Arguments

d_groupID

  

Database ID of the group going through un-abutment (event 3).

Value Returned

t

If the SKILL function is called during event 3 (un-abutment) and re-abutment will be triggered just after un-abutment.

nil

If the SKILL function is called during event 3 (un-abutment) but re-abutment will not be triggered just after un-abutment. Or, the SKILL function is not called during event 3.

Examples

groupId = Database Id of the group going through un-abutment (event 3)
dbAbutIsReAbutGroup(groupId)

Related Topics

Pcell Abutment Support Functions

Return to top
 ⠀
X