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

gpeUnSyncSandbox

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

Description

Sets the specified Modgen sandbox object to the unsynchronized mode. In this mode, any change to the state of the Modgen sandbox object is not reflected in any associated Modgen constraint and the layout placement.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

Indicates that the state of the Modgen sandbox object has been set to no-sync.

nil

The command was unsuccessful.

Example

Sets the Modgen sandbox object, which is identified by the value of sb, to no-sync mode:

sb = gpeEditSandbox() => pe:0x#####
gpeUnSyncSandbox(sb) => t

Return to top
 ⠀
X