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
Value Returned
|
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