techSetStampLabelLayer
techSetStampLabelLayer(
d_techID
l_labelLayers
)
=> t / nil
Description
Appends the specified stamp label layers to the label layers list 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 label layer already has a specification in the stampLabels subsection, this function replaces it with the new specification. If the stampLabels subsection does not exist, this function creates one with the specified data.
Arguments
|
The database identifier of the technology database. A list of lists specifying label layers. The list has the following syntax: |
Value Returned
|
The |
|
Return to top