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

techGetDeviceTechFile

techGetDeviceTechFile(
d_deviceID
)
=> d_techID / nil

Description

Returns the database identifier for the technology database bound to the specified device.

Arguments

d_deviceID

The database identifier of the device.

Value Returned

d_techID

The database identifier of the technology database bound to the specified device.

nil

The device does not exist or its technology database cannot be determined.

Example

techGetDeviceTechFile (devID)
=> db:25675212

Returns the database identifier for the technology database bound to the device identified by devID.


Return to top
 ⠀
X