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