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

pteSetMPTSupportMode

pteSetMPTSupportMode(
w_windowId
{ t | nil }
)
=> t / nil

Description

Enables or disables MPT support in the window with the specified ID.

Arguments

w_windowId

ID of any open window.

t

Enable MPT support in the window with the specified ID.

nil

Disable MPT support in the window with the specified ID.

Value Returned

t

MPT support was enabled or disabled in the window with the specified ID.

nil

The command was unsuccessful.

Examples

pteSetMPTSupportMode(hiGetCurrentWindow() t)
pteSetMPTSupportMode(window(3) nil)

Return to top
 ⠀
X