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

gpeStacksCompress

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

Description

Compresses all stacks in the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

All stacks in the specified Modgen sandbox object have been compressed.

nil

There are no stacks in the Modgen sandbox object, or the existing stacks could not be compressed.

Example

Compresses all stacks in the specified Modgen sandbox object sb:

lcv = geGetEditCellView()
  mgId = dbGetFigGroupByName(lcv "Modgen_1")
  sb = gpeStartSandbox(?ref mgId)
  gpeStacksCompress(sb)

Return to top
 ⠀
X