techSetLayerMfgResolutions
techSetLayerMfgResolutions(d_techIDl_layers) => t / nil
Description
Replaces the layer manufacturing grid resolution data in the specified technology database. ASCII technology file location: mfgResolutions subsection in the layerRules section. If a mfgResolutions subsection does not exist, this function creates one with the specified data.
Arguments
|
A list of lists containing the layer and manufacturing grid resolution data. The list has the following syntax: |
Value Returned
|
The manufacturing grid resolutions are assigned to be applied to the layers. |
|
|
The technology database does not exist or one or more layers are not defined in the technology database. |
Example
techSetLayerMfgResolutions(tfID list(list ("metal1" 0.0020) list("metal2" 0.0030))
=> t
Assigns a manufacturing grid resolution of 0.0020 to be applied to the layer metal1 and 0.0030 to metal2.
Return to top