Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

pkxGetProp

pkxGetProp(
pkx_Obj
t_propName
) 
=> pkx_Prop / nil

Description

(Virtuoso MultiTech Framework) Returns the property of the specified package object and name.

Arguments

pkx_Obj

ID of the specified package object.

t_propName

Name of the property.

Value Returned

pkx_Prop

Property of the specified package object.

nil

The operation failed.

Example

Retrieves the property for the package object compDef with the property name propList.

prop = pkxGetProp(compDefPin "propList")

Related Topics

Views in the Unified Library


Return to top
 ⠀
X