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

pcGetConditions

pcGetConditions(
d_cvId
) 
=> l_condlist / nil

Description

Returns a list of identifiers for conditional inclusion parameters in the specified cellview.

You must have defined the conditional inclusion parameters.

Arguments

d_cvId

The database ID of the cellview containing conditional inclusion parameters.

Value Returned

l_condlist

List of the object IDs used to store the details of the conditional inclusion parameters.

nil

Returned if d_cvId does not identify a cellview or if no conditional inclusion parameters are defined in the cellview.

Examples

condlist = pcGetConditions(cv)

Lists all conditional inclusion parameters defined in cv.


Return to top
 ⠀
X