Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

t_libName

The name of the technology library containing the FGR device.

t_deviceName

The name of the FGR device.

t_classParam

The name of the class parameter.

Value Returned

value

The value of the class parameter in device definition.

nil

The value of the class parameter could not be found in the device definition.

Example

vfoGetDeviceClassParam(libName devName "vfoGRImpl")

Return to top
 ⠀
X