techGetLayerMfgResolutions
techGetLayerMfgResolutions(d_techID) =>l_layers
Description
Returns each layer assigned a layer manufacturing grid resolution and the layer manufacturing grid resolution applied to it in the specified technology database. ASCII technology file location: mfgResolutions subsection in the layerRules section.
Arguments
Value Returned
|
A list of lists containing the layer and manufacturing grid resolution data. The list has the following syntax: |
Example
techGetLayerMfgResolutions(tfID)
=> (("metal1" 0.002)
("metal2" 0.003)
)
Returns the layer manufacturing grid resolution assigned to be applied to layers in the technology database identified by tfID: 0.002 to metal1 and 0.003 to metal2.
Return to top