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
|
The database ID of the cellview in which the parameter applies. |
|
Value Returned
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