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

techRegisterUserDevice

techRegisterUserDevice(
t_techLibName
t_className
t_viewName
t_devName
) 
=> t / nil 

Description

Appends device name to the list of devices returned by call of techGetDeviceInClass.

Arguments

t_techLibName

The design data identifier for the DFII library.

t_className

The class of a device.

t_viewName

The view name on which the device is defined.

t_devName

The name of a device.

Value Returned

t

A device name is appended to the list.

nil

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

Example

techRegisterUserDevice("lib" "gdsGuardRing" "layout" "grDev")

Appends device named grDev to the list of devices.


Return to top
 ⠀
X