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

gpeClearStrapEntries

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

Description

Removes all straps from the specified Modgen sandbox.

Arguments

u_sandbox

Specifies a Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

All straps were removed from the specified Modgen sandbox.

nil

The command was unsuccessful.

Example

In the following example, all straps are removed from the specified Modgen sandbox.

sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeClearStrapEntries(sandbox)

Return to top
 ⠀
X