Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetExtractCAP

techGetExtractCAP(
d_techID
tx_deviceName
) 
=> l_deviceDefinition / nil

Description

Returns the definition of the named extractCAP device from the technology database.

Arguments

d_techID

The database identifier of the technology database.

tx_deviceName

The name of the device.

Value returned

l_deviceDefinition

A list defining the extractCAP specification. The list is in the format:

( t_deviceName tx_recognitionLayer
tx_plusLayer tx_minusLayer
[ tx_modelName ] )

nil

The technology database does not exist or does not contain the named extractCAP device.


Return to top
 ⠀
X