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

pcDeleteCondition

pcDeleteCondition(
d_groupId
)
=> t / nil

Description

Deletes a previously defined conditional inclusion parameter.

Arguments

d_groupId

Group ID of the conditionally included objects.

Value Returned

t

Returned if the parameter is deleted.

nil

Returned if d_groupId is not a conditional inclusion parameter.

Examples

foreach(cond pcGetCondition(cv) pcDeleteCondition(cond))

Deletes all conditional inclusion parameters in the cellview cv.


Return to top
 ⠀
X