maeGetMTSMode
maeGetMTSMode(t_testName[?sessiont_sessionName] ) =>t/nil
Description
Indicates whether the locally scoped models and options (MTS options) are enabled for the specified test.
|
Name of the session. If not specified, the current session is used. |
|
Value Returned
|
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