Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techSetMfgGridResolution

techSetMfgGridResolution(
d_techID 
g_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 mfgGridResolution.

Arguments

d_techID

The identifier of the technology database.

g_resolution

The number of user units to use as the basis for the grid.

Valid values: Any floating-point number, any integer

Value Returned

t

The manufacturing grid resolution was updated or created successfully.

nil

The technology file does not exist.

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
 ⠀
X