techIsLeLswLayer
techIsLeLswLayer(d_techIDl_layer) => t / nil
Description
Indicates whether the specified layer-purpose pair is listed in the layer display definition in the leLswLayers subsection of the leRules section in the specified technology database.
For more information about the leLswLayers subsection of the technology file, see
Arguments
|
The layer-purpose pair to check. Valid values: Layer name or number and purpose name or number |
Value Returned
Example
techIsLeLswLayer(tfID list("metal1" "drawing"))
=> t
Finds the metal1 drawing layer-purpose pair listed in the leLswLayers subsection of the leRules section in the technology database identified by tfID.
Return to top