State

SCPI Command :

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

Shows if the test is running or has finished. The state is set to Finished if no acquisitions remain (see method RsRtx.mtest.result.count.remaining.get() ) .

Returns:

state: RUNNing | FINished