Stop
SCPI Command :
MTESt<*>:ONViolation:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(maskTest=MaskTest.Default) TriggerAction[source]
# MTESt<*>:ONViolation:STOP value: enums.TriggerAction = driver.mtest.onViolation.stop.get(maskTest = repcap.MaskTest.Default)
Stops the running acquisition if the command is set to SUCCess or VIOLation.
- Parameters:
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)
- Returns:
stop_acq: NOACtion | SUCCess | VIOLation
- set(stop_acq: TriggerAction, maskTest=MaskTest.Default) None[source]
# MTESt<*>:ONViolation:STOP driver.mtest.onViolation.stop.set(stop_acq = enums.TriggerAction.NOACtion, maskTest = repcap.MaskTest.Default)
Stops the running acquisition if the command is set to SUCCess or VIOLation.
- Parameters:
stop_acq – NOACtion | SUCCess | VIOLation
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)