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

gpeUnAbutGridEntries

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

Description

Unabuts the specified list of instances or indexes in the specified sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

l_gridEntries

Includes a list of entries that are specified by indexes.

Example: '( '(1 1) '(1 2) ...)

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

The instances were unabutted.

nil

The command was unsuccessful.

Example

Makes the Modgen sandbox sb editable, and then turns on the synchronization mode. gpeAbutGridEntires is used to abut a specified list of instances. gpeUnAbutGridEntires is then used to unabut these instances.

sb = gpeEditSandbox()
gpeAbutGridEntries(sb list(list(1 0) list(1 1)) ?abutType "type0" ?verbose t)
>t
gpeUnAbutGridEntries(sb list(list(1 0) list(1 1)) ?verbose t)
> t
gpeSyncSandbox(sb)

Return to top
 ⠀
X