Beep
SCPI Command :
MTESt:ONViolation:BEEP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) BeepMode[source]
# MTESt:ONViolation:BEEP value: enums.BeepMode = driver.mtest.onViolation.beep.get(mask_test = 'abc')
Generates a beep sound for the specified event.
- Parameters:
mask_test – String with the name of the mask test
- Returns:
beep: See ‘Event parameter’
- set(mask_test: str, beep: BeepMode) None[source]
# MTESt:ONViolation:BEEP driver.mtest.onViolation.beep.set(mask_test = 'abc', beep = enums.BeepMode.NOACtion)
Generates a beep sound for the specified event.
- Parameters:
mask_test – String with the name of the mask test
beep – See ‘Event parameter’