techGetMfgGridResolution
techGetMfgGridResolution(d_techID) =>g_resolution/ nil
Description
Returns the value of the manufacturing grid resolution defined in the specified technology database. ASCII technology file location: mfgGridResolution subsection in the controls section. When specified, it establishes that grid snapping must be a multiple of the value of g_resolution.
For more information about the mfgGridResolution subsection of the technology file, see
Arguments
Value Returned
Example
techGetMfgGridResolution(tfID)
=> 0.005
Returns the value 0.005, which is the manufacturing grid resolution specified in the technology file with the database identifier stored in tfID.
Return to top