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

techGetDeviceClassViewList

techGetDeviceClassViewList(
d_techID 
) 
=> l_deviceClassViews / nil

Description

Returns a list of the view names used by devices 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.

Value Returned

l_deviceClassViews

A list of the view names used for devices in the technology database.

nil

The technology database does not exist, or no devices are defined.

Example

techGetDeviceClassViewList(tfID) 
=> ("layout")

Returns the view name layout for the device classes in the technology database identified by tfID.


Return to top
 ⠀
X