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

techGetTrimLayerPairs

techGetTrimLayerPairs(
d_techFileID
tx_layer 
) 
=> l_trimLayerPairs / nil

Description

Get list of layer pairs for given layer of trim material type.

Arguments

d_techFileID

The database identifier of the technology database.

tx_layer

The layer with material type trim.

Value Returned

l_trimLayerPairs

A list of layer pairs for given layer of Trim material type.

nil

The technology database does not exist or the layer is not defined in the technology database.

Example

techGetTrimLayerPairs( tx "via1" )

Return to top
 ⠀
X