techSetMfgGridResolution
techSetMfgGridResolution(d_techIDg_resolution) => t / nil
Description
Updates or sets the value used for grid snapping in the specified technology database. ASCII technology file location: mfgGridResolution subsection in the controls section.
For more information about the mfgGridResolution section of the technology file, see
Arguments
Value Returned
|
The manufacturing grid resolution was updated or created successfully. |
|
Example
techSetMfgGridResolution(tfID 0.002)
=> t
Sets the manufacturing grid resolution value to 0.002 in the technology file with the database identifier stored in tfID.
Return to top