vfoGetImplementationClassName
vfoGetImplementationClassName(t_libName t_deviceName) =>value
Description
Returns the value of the vfoGRImpl class parameter, that is the implementation class name, of an FGR device from the specified library. 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
Example
Suppose, you have a device, Nring, created in library, reflib. The associated implementation class, myImpClass, can be returned by running the following SKILL function in the CIW:
vfoGetImplementationClassName("reflib" "Nring")
Return to top