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
|
A list of lists specifying label layers. The list has the following syntax:
|
|
Value Returned
|
The |
|
Return to top