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

gpeAddDummySurround

gpeAddDummySurround(
u_sandbox
[ ?dummyConfig l_dummyConfig ]
[ ?verbose { t | nil } ]
)
=> t / nil

Description

Adds a ring of dummies around the specified sandbox grid.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?dummyConfig l_dummyConfig

Specifies a DPL that indicates how the dummy entries must be configured.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

The surround dummies were added.

nil

The command was unsuccessful.

Example

Defines a Modgen sandbox sbox, and then adds dummy rows to the left side of the sandbox:

sbox = gpeEditSandbox()
gpeAddDummySurround(sbox)
gpeSyncSandbox()

Return to top
 ⠀
X