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

gpeClearTopo

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

Description

Removes all topologies from the specified Modgen sandbox.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

All topologies were removed from the specified Modgen sandbox.

nil

The command was unsuccessful.

Example

In the following example, all topologies are removed from the specified Modgen sandbox:

sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeClearTopo(sandbox)

Return to top
 ⠀
X