echSetLayerMfgResolution
techSetLayerMfgResolution(d_techIDtx_layer g_value) => t / nil
Description
Sets or updates the layer manufacturing grid resolution to be applied to the specified layer in the specified technology 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
|
The layer name or layer number or a list containing the layer name and layer purpose. |
|
Value Returned
|
The manufacturing grid resolution is assigned to be applied to the layer. |
|
|
The technology database does not exist or the layer is not defined in the technology database. |
Example
techSetLayerMfgResolution(tfID "metal1" 0.0020)
=> t
Assigns a manufacturing grid resolution of 0.0020 to be applied to the layer metal1.
Return to top