State

SCPI Command :

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

Activates and deactivates the mask test. If the acquisition is running, the test starts immediately. Otherwise, the test starts when acquisition is started. The testing is stopped when acquisition is stopped, also due to the method RsRtx.mtest.onViolation.stop.set() command, or if MASK[:STATe] is set to OFF. The coommand needs *OPC command synchronisation.

Parameters:

mask_test – String with the name of the mask test

Returns:

state: OFF | ON

set(mask_test: str, state: bool) None[source]
# MTESt[:STATe]
driver.mtest.state.set(mask_test = 'abc', state = False)

Activates and deactivates the mask test. If the acquisition is running, the test starts immediately. Otherwise, the test starts when acquisition is started. The testing is stopped when acquisition is stopped, also due to the method RsRtx.mtest.onViolation.stop.set() command, or if MASK[:STATe] is set to OFF. The coommand needs *OPC command synchronisation.

Parameters:
  • mask_test – String with the name of the mask test

  • state – OFF | ON