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

gpeGetMap

gpeGetMap(
u_sandbox
[ ?verbose { t | nil } ]
)
=> l_map / nil

Description

Returns the Modgen sandbox map DPL for 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_map

Returns the Modgen sandbox map DPL, which is a list of mapEntries.

nil

The Modgen sandbox map DPL could not be retrieved.

Example

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

sb  = gpeEditSandbox()
map = gpeGetMap(sb)

Return to top
 ⠀
X