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

techSetLeLswLayer

techSetLeLswLayer(
d_techID 
l_layer
) 
=> t / nil

Description

Appends the specified layer-purpose pair at the end of the layer display definition in the leLswLayers subsection of the leRules section in the specified technology database. If the leRules section and the leLswLayers subsection do not exist, they are created with the specified data. If the layer display in the Palette assistant is currently controlled by leLswLayers, the list of layers is updated with the new layer-purpose pair.

For more information about the leLswLayers subsection of the technology file, see leLswLayers in Virtuoso Technology Data ASCII Files Reference.

Arguments

d_techID

The database identifier of the technology database.

l_layer

The layer-purpose pair to append to the leLswLayers subsection.

Valid values: Layer name or number and purpose name or number

Value Returned

t

The layer-purpose pair was added to the leLswLayers subsection in the specified technology database.

nil

The technology database does not exist or the specified layer-purpose pair is invalid.

Example

techSetLeLswLayer(tfID list("nwell" "drawing"))

Appends the nwell drawing layer-purpose pair to the leLswLayers subsection in the leRules section of the technology database identified by tfID.


Return to top
 ⠀
X