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

gpeClearTrunkChains

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

Description

Removes all trunk chains from the Modgen sandbox.

Arguments

u_sandbox

Specifies a Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

All trunk chains were removed from the Modgen sandbox.

nil

The command was unsuccessful.

Example

In the following example, a sandbox object is first set up, and then the value is passed as an argument to gpeClearTrunkChains:

sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeClearTrunkChains(sandbox)

Return to top
 ⠀
X