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

pcGetRefPointDefn

pcGetRefPointDefn(
d_objectId
) 
=> l_refPointId / nil

Description

Returns an identifier for the reference point parameter defined in the specified cellview.

You must have defined a reference point parameter for the cellview.

Arguments

d_objectId

The database ID of the object with the reference point parameter.

Value Returned

l_refPointId

Group ID used to record details of the reference point parameter.

nil

Returned if d_objectId does not identify an object or there is no reference point parameter defined with it.

Examples

refpoint = pcGetRefPointDefn( fig )

Retrieves a reference point parameter defined in fig.


Return to top
 ⠀
X