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
Value Returned
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