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

gpeIsSandboxSync

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

Description

Checks whether the specified Modgen sandbox object is in sync with its associated Modgen constraint, and returns a Boolean that indicates the status.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

The Modgen sandbox object and constraint are synchronized.

nil

The Modgen sandbox object and constraint are not synchronized.

Example

In the following example, the value for sb is determined by calling gpeEditSandbox. This value is then passed as argument for gpeIsSandboxSync:

sb = gpeEditSandbox() => pe:0x#####
gpeIsSandboxSync(sb) => nil

Return to top
 ⠀
X