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

tpoIsLayoutXL

tpoIsLayoutXL(
d_windowID
)
=> t / nil

Description

Checks if the specified window is open in Layout XL or a higher tier.

Arguments

d_windowID

Database ID of the window.

Value Returned

t

The specified window is open in Layout XL or a higher tier.

nil

The specified window is not open in Layout XL or a higher tier.

Examples

when(window = hiGetCurrentWindow()
  tpoIsLayoutXL(window)
)

Return to top
 ⠀
X