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

techGetDeviceInClass

techGetDeviceInClass(
d_techID
t_deviceType 
t_viewName
)
=> l_devices / nil

Description

Returns a list of the names of all devices of the specified device type and view name from the specified technology database. ASCII technology file location: devices section.

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

Arguments

d_techID

The database identifier of the technology database.

t_deviceType

The device type name.

t_viewName

The view name on which the device is defined.

Value Returned

l_devices

A list of device names defined in the specified device type.

nil

The technology database does not exist, or no devices of the specified device type are defined.

Example

techGetDeviceInClass(tfID "guardring" "layout")
=> ("NMOS1" "NMOS2")

Returns the NMOS1 and NMOS2 device names, which are guardring devices defined in the technology database identified by tfID.


Return to top
 ⠀
X