vfoGetDeviceFormalParam
vfoGetDeviceFormalParam(t_libName t_deviceName t_formalParam) =>value/ nil
Description
Returns the implementation formal parameter of the specified cdsGuardRing device. This SKILL function also supports 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 formal parameter could not be found in the device definition. |
Example
vfoGetDeviceFormalParam(libName devName "xContSpacing")
Return to top