Result

SCPI Command :

MTESt:RESult[:RESult]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) Result[source]
# MTESt:RESult[:RESult]
value: enums.Result = driver.mtest.result.result.get(mask_test = 'abc')

Returns the test result. A test has failed if the number of sample hits or acquisition hits exceeds the limit of Violation tolerance hits (see method RsRtx.mtest.tolerance.set() , method RsRtx.mtest.result.count.failures.get() and method RsRtx.mtest.result.count.fwaveforms.get() ) .

Returns:

test_result: PASS | FAIL