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

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

t_libName

The name of the technology library containing the FGR device.

t_deviceName

The name of the FGR device.

t_formalParam

The name of the formal parameter.

Value Returned

value

The value of the formal parameter in device definition.

nil

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

Example

vfoGetDeviceFormalParam(libName devName "xContSpacing")

Return to top
 ⠀
X