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

tpoIsLayoutEXL

tpoIsLayoutEXL(
d_windowID
)
=> t / nil

Description

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

Arguments

d_windowID

Database ID of the window.

Value Returned

t

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

nil

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

Examples

when(window = hiGetCurrentWindow()
  tpoIsLayoutEXL(window)
)


Return to top
 ⠀
X