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

pkxSetProp

pkxSetProp(
pkx_Obj
t_propName
S_propType
g_propValue
) 
=> pkx_property / nil

Description

(Virtuoso MultiTech Framework) Sets the specified properties on the specified package object.

Arguments

pkx_Obj

ID of a package object.

t_propName

Name of the property.

S_propType

Type of the property.

g_propValue

Value of the property.

Value Returned

pkx_prop

The specified properties are set on the specified object.

nil

The operation failed.

Example

Sets the property name "propInt", the property type 'int, and the property value 100 on the package object compDef.

prop = pkxSetProp(compDef "propInt" 'int 100)

Sets the property name "propString", the property type "string", and the property value "string prop value" on the package object compDef.

prop = pkxSetProp(compDef "propString" "string" "string prop value")

Related Topics

Views in the Unified Library


Return to top
 ⠀
X