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