Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetDeviceProp

techGetDeviceProp(
d_techID
t_deviceName
t_viewName 
t_propName 
) 
=> g_value / nil

Description

Returns the value of the specified device property from the specified technology database.

For more information about the Devices class, see Technology File Devices in Virtuoso Technology Data ASCII Files Reference.

Arguments

d_techID

The database identifier of the technology database.

t_deviceName

The device name.

t_viewName

The view name on which the device is defined.

Valid values: symbolic

t_propName

The property name.

Value Returned

g_value

Value of the property.

nil

The technology database, device, or property does not exist or the property value is nil.

Example

techGetDeviceProp(tfID "MOS1" "layout" "prop1") 
=> 2.0

Returns the value, 2.0, of the property prop1 defined for the MOS1 layout device in the technology database identified by tfID.


Return to top
 ⠀
X