Stop
SCPI Command :
MTESt:ONViolation:STOP
- Commands in total: 1Subgroups: 0Direct 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’