techSetLeLswLayers
techSetLeLswLayers(d_techIDl_lswLayers) => t / nil
Description
Defines the layer display in the leLswLayers subsection of the leRules section in the specified technology database. If an leLswLayers subsection already exists, its contents are replaced with the specified data. If the layer display in the Palette assistant is currently controlled by leLswLayers, the list of layers is accordingly updated.
For more information about leLswLayers, see
Arguments
|
An ordered list of layer-purpose pairs to display in the Palette assistant. The list has the following syntax: |
Value Returned
|
The |
|
|
The technology database does not exist or one or more of the specified layer-purpose pairs are invalid. |
Example
techSetLeLswLayers(techID list("metal1" "metal2" "metal3" "poly1" "pWell" "implant" "diff" "align") )
Creates an leLswLayers subsection with the specified layers and purposes in the technology database identified by techID.
Return to top