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

gpeStacksUncompress

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

Description

Uncompresses 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 uncompressed.

nil

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

Example

Uncompresses all stacks in the specified Modgen sandbox object sb:

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

Return to top
 ⠀
X