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

pcGetParamLabelDefn

pcGetParamLabelDefn(
d_labelId
) 
=> d_paramlabelId / nil

Description

Returns the parameterized label identifier resulting from a call to pcDefineParamLabel on the specified label.

You must have defined a parameterized label.

Arguments

d_labelId

The database ID of the label whose parameterized label is to be retrieved.

Value Returned

d_paramlabelId

Object ID of the parameterized label.

nil

Returned if d_labelId does not identify a label or there are no parameterized labels defined in it.

Examples

paramLabel = pcGetParamLabelDefn( label )

Retrieves parameterized labels defined in label.


Return to top
 ⠀
X