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

techSetStampLabelLayers

techSetStampLabelLayers(
d_techID
l_labelLayers
)
=> t / nil

Description

Replaces the specified stamp label layers in the specified technology database. ASCII technology file location: stampLabels subsection in the layerRules section; it lists label layers followed by their associated sets of layers of connected type. If the stampLabels subsection does not exist, this function creates one with the specified data. If the stampLabels subsection does exist, this function deletes and replaces it with the specified data.

Arguments

d_techID

The database identifier of the technology database.

l_stampLabelLayers

A list of lists specifying label layers. The list has the following syntax:

list ( list ( tx_labelLayer1 tx_conLayer1
[ tx_conLayer2 …] ) … )

where,

  • tx_labelLayer is the label layer.
  • tx_conLayer is a layer of connected type to be associated with the label layer.

Value Returned

t

The stampLabels subsection has be successfully written with the specified data.

nil

The technology database does not exist.


Return to top
 ⠀
X