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

gpeSyncSandbox

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

Description

Sets the specified Modgen sandbox object to sync mode, meaning that changes made to the state of the Modgen sandbox object cause an update to any associated Modgen constraint and layout placement.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

g_transferConstraint

Specifies whether the constraint must be transferred to the schematic cellview. The default is t. Set the argument to nil to optimize the script.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

Indicates that the specified Modgen sandbox is in the sync mode.

nil

The command was unsuccessful.

Example

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

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

Return to top
 ⠀
X