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

gpeStacksAreCompressed

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

Description

Determines whether the stacks in the specified Modgen sandbox object are in the compressed state.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

One or more compressed stacks are present in the Modgen sandbox object.

nil

There are no stacks in the Modgen sandbox object.

Example

Determines whether there are any compressed stacks in the specified Modgen sandbox object:

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

Return to top
 ⠀
X