vfoGetDeviceClassParam
vfoGetDeviceClassParam(t_libName t_deviceName t_classParam) =>value/ nil
Description
Returns the class parameter of the specified cdsGuardRing device. This SKILL function also supports the incremental technology database (ITDB). Therefore, the information is retrieved for FGR devices in both the library and the referenced library.
Arguments
|
The name of the technology library containing the FGR device. |
|
Value Returned
|
The value of the class parameter could not be found in the device definition. |
Example
vfoGetDeviceClassParam(libName devName "vfoGRImpl")
Return to top