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

gpePlaceGridEntries

gpePlaceGridEntries (
u_sandbox
l_gridEntries
[ ?verbose { t | nil } ]
)
=> t / nil

Description

Places the specified grid entries at the specified location in the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

l_gridEntries

Specifies the list of grid entries to be added at the specified location in the sandbox grid. Example:

list(g_gridEntry1 g_gridEntry2 ... )

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

The specified grid entries were added.

nil

The specified grid entries could not be added.

Example

In the following example, the value of sb is determined by calling gpeEditSandbox. The synchronization mode is turned on for sb. gpeClearGridEntries is used to unplace a few grid entries in sb. gpePlaceGridEntries is then used to place these grid entries.

> sb = gpeEditSandbox()
> entries = gpeClearGridEntries( sb ?row 1 ?verbose t)
> gpePlaceGridEntries(sb entries ?verbose t)
> t
> gpeSyncSandbox(sb)

Return to top
 ⠀
X