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

maeGetMTSMode

maeGetMTSMode(
t_testName
[ ?session t_sessionName ]
)
=> t / nil

Description

Indicates whether the locally scoped models and options (MTS options) are enabled for the specified test.

Arguments

t_testName

Name of the test.

?session t_sessionName

Name of the session. If not specified, the current session is used.

Value Returned

t

MTS options are enabled for the specified test.

nil

MTS options are disabled for the specified test or there is an error.

Examples

Indicates that MTS options are enabled for the test_MTS test:

maeGetMTSMode("test_MTS")
=> t

Return to top
 ⠀
X