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

maeSetMTSMode

maeSetMTSMode(
t_testName
[ ?session t_sessionName ]
[ @rest g_mtsMode ]
)
=> t / nil

Description

Enables the locally scoped models and options (MTS options) for the specified test.

Arguments

t_testName

Name of the test.

?session t_sessionName

Name of the session.

If you do not specify this argument, the currently active session is used.

@rest g_mtsMode

Boolean flag to specify whether to enable or disable the MTS options.

The default value is t.

Value Returned

t

The MTS options are enabled for the specified test.

nil

Indicates an error.

Examples

Enables the MTS options for the test_MTS test.

maeSetMTSMode("test_MTS" t)
=> t

Enables the MTS options for the test_MTS test.

maeSetMTSMode("test_MTS")
=> t

Disables the MTS options for the test_MTS test.

maeSetMTSMode("test_MTS" nil)
=> t

Return to top
 ⠀
X