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

pteGetMPTSupportMode

pteGetMPTSupportMode(
w_windowId
)
=> t / nil

Description

Determines if MPT support is enabled in the window with the specified ID.

Arguments

w_windowId

ID of any open window.

Value Returned

t

MPT support is enabled in the window with the specified ID.

nil

MPT support is disabled in the window with the specified ID.

Examples

pteGetMPTSupportMode(hiGetCurrentWindow())
pteGetMPTSupportMode(window(3))

Return to top
 ⠀
X