techIsMfgGridResolutionSet
techIsMfgGridResolutionSet(
d_techID
)
=> t / nil
Description
Checks whether the value used for grid snapping (the default manufacturing grid resolution for design sessions) is set 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
techIsMfgGridResolutionSet(tfID)
=> t
The manufacturing grid resolution value in the technology database identified by tfID is set.
Return to top