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

pkxGetProps

pkxGetProps(
pkx_Obj
t_propName
) 
=> list(pkx_properties) / nil

Description

(Virtuoso MultiTech Framework) Returns a list of properties for the specified package object.

Arguments

pkx_Obj

ID of a package object.

t_propName

Name of the property.

Value Reurned

list(pkx_properties)

  

List of properties.

nil

The operation failed.

Example

Retrieves the list of properties for the package object compDef.

compDefProps = pkxGetProps(compDef)

Related Topics

Views in the Unified Library


Return to top
 ⠀
X