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
Value Returned
Example
techUnregisterUserDevice("lib" "gdsGuardRing" "layout")
Removes the device name from the list.
Return to top