Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

gpeGetGrid

gpeGetGrid(
u_sandbox
[ ?verbose { t | nil } ]
)
=> l_grid / nil

Description

Returns the Modgen sandbox grid DPL that describes the grid placement of the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

l_grid

Returns the grid DPL.

nil

The command was unsuccessful.

Example

In the following example, the value for sb is determined by calling gpeEditSandbox. This value is then passed as argument for gpeGetGrid:

sb   = gpeEditSandbox()
grid = gpeGetGrid(sb)

Return to top
 ⠀
X