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

gpeCancelSandbox

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

Description

Discards the specified Modgen sandbox object. Changes made to the Modgen sandbox object are lost. This function can be run in both schematic and layout cellviews. If run from the schematic view, the associated scratch cellview is also deleted. The Modgen constraint is not transferred to the schematic view and the dummies are not backannotated.

Arguments

u_sandbox

Specifies the Modgen sandbox object to be discarded.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

The Modgen sandbox object was discarded.

nil

The Modgen sandbox object could not be discarded.

Example

In the following example, a Modgen sandbox is created and then discarded:

sbox = gpeStartSandbox()
pe:0x346746e0
gpeCancelSandbox(sbox)
t
sbox
pe:(nil)


Return to top
 ⠀
X