techSetLeLswLayer
techSetLeLswLayer(d_techIDl_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
Arguments
|
The layer-purpose pair to append to the Valid values: Layer name or number and purpose name or number |
Value Returned
|
The layer-purpose pair was added to the |
|
|
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