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
|
Database ID of the group going through un-abutment (event 3). |
|
Value Returned
Examples
groupId = Database Id of the group going through un-abutment (event 3)
dbAbutIsReAbutGroup(groupId)
Related Topics
Pcell Abutment Support Functions
Return to top