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

techUnregisterUserDevice

techUnregisterUserDevice(
t_techLibName
t_className
t_viewName
[t_devName]
) 
=> t

Description

Removes device name from the list of devices returned by techGetDeviceInClass. The device name is omitted then all the devices registered for given class/view/libname will be unregistered. Only devices added by techRegisterUserDevice gets affected.

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 gets removed from the list.

Example

techUnregisterUserDevice("lib" "gdsGuardRing" "layout")

Removes the device name from the list.


Return to top
 ⠀
X