Product Documentation
Virtuoso MultiTech Framework User Guide
Product Version IC23.1, November 2023

vrfSipGet

vrfSipGet(
d_objID
t_attrName
)
=> g_attrValue / nil

Description

Retrieves values of a specified attribute of an object.

Arguments

d_objID

The database identifier of an object.

t_attrName

The name of the attribute.

See Supported Attributes.

Value Returned

g_attrValue

The value of the attribute and object specified.

nil

The object specified did not have any attributes set, or it could not be found in the database.

Example

vrfSipGet(instID "sipBumpParams")
=>(nil diameterTop 450.0 diameterBottom 450.0 diameterMax 500.0 height 600 conductivity 6e7))

Retrieves parameters for the attribute sipBumpParams.

Related Topics

Bump and Ball Editor Form


Return to top
 ⠀
X