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

gpeAddDummyInEmptyCells

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

Description

Fills the empty cells in the specified sandbox object with dummies.

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

Dummies were added to the specified sandbox object.

nil

The command was unsuccessful.

Example

Defines a Modgen sandbox sbox, and then adds dummies in the empty cells:

sbox = gpeEditSandbox()
gpeAddDummyInEmptyCells(sbox)
=> t

Return to top
 ⠀
X