pkxGetProp
pkxGetProp(pkx_Obj t_propName) =>pkx_Prop/ nil
Description
(Virtuoso MultiTech Framework) Returns the property of the specified package object and name.
Arguments
Value Returned
Example
Retrieves the property for the package object compDef with the property name propList.
prop = pkxGetProp(compDefPin "propList")
Related Topics
Return to top