Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcDeleteRepeat

pcDeleteRepeat(
d_groupId
) 
=> t / nil

Description

Deletes the repetition parameter d_groupId.

Arguments

d_groupId

The database ID of the repetition parameter you want to delete.

Value Returned

t

Returned if the parameter is deleted.

nil

Returned if d_groupId is not a repeat identifier.

Examples

foreach( repeat pcGetRepeats ( cv ) pcDeleteRepeat ( repeat ) )

Deletes all repetition parameters in the cellview cv.


Return to top
 ⠀
X