Stop

SCPI Command :

MTESt:ONViolation:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) BeepMode[source]
# MTESt:ONViolation:STOP
value: enums.BeepMode = driver.mtest.onViolation.stop.get(mask_test = 'abc')

Stops data acquisition for the specified event.

Parameters:

mask_test – String with the name of the mask test

Returns:

stop_acq: See ‘Event parameter’

set(mask_test: str, stop_acq: BeepMode) None[source]
# MTESt:ONViolation:STOP
driver.mtest.onViolation.stop.set(mask_test = 'abc', stop_acq = enums.BeepMode.NOACtion)

Stops data acquisition for the specified event.

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

  • stop_acq – See ‘Event parameter’