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

pcDefineParamProp

pcDefineParamProp(
d_cvId
t_name
g_expr
) 
=> t / nil

Description

Defines a parameterized property that can be accessed using a SKILL procedure. You can use this property to store any value within the Pcell.

Arguments

d_cvId

The database ID of the cellview in which the parameter applies.

t_name

Name of the parameterized property.

g_expr

SKILL expression for the property value.

Value Returned

t

Returned if the parameterized property is created.

nil

Returned if the parameterized property is not created.

Examples

pcDefineParamProp(cv "myProp" 'length)

Defines a property name myProp to be a parameterized property of the cellview cv. The property myProp takes its value from the parameter length and is evaluated when the instance is created.


Return to top
 ⠀
X