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

techGetExtractMOS

techGetExtractMOS(
d_techID
tx_deviceName
) 
=> l_deviceDefinition / nil

Description

Returns the definition of the named extractMOS device from the specified 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 extractMOS specification. The list is in the format:

( t_deviceName tx_recognitionLayer
tx_gateLayer tx_sourceDrainLayer
tx_bulkLayer
[ tx_modelName ] )

nil

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


Return to top
 ⠀
X