techSetLabelLayers
techSetLabelLayers(
d_techID
l_labelLayers
)
=> t / nil
Description
Replaces the label layers in the specified technology database. ASCII technology file location: labels subsection in the layerRules section; it lists label layers followed by their associated sets of layers of any type. If the labels subsection does not exist, this function creates one with the specified data. If the labels 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