Beep
SCPI Command :
POWer<*>:SOA:MTESt<*>:ONViolation:BEEP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default, maskTest=MaskTest.Default) TriggerAction[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:BEEP value: enums.TriggerAction = driver.power.soa.mtest.onViolation.beep.get(power = repcap.Power.Default, maskTest = repcap.MaskTest.Default)
Generates a beep sound 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:
beep: NOACtion | SUCCess | VIOLation
- set(beep: TriggerAction, power=Power.Default, maskTest=MaskTest.Default) None[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:BEEP driver.power.soa.mtest.onViolation.beep.set(beep = enums.TriggerAction.NOACtion, power = repcap.Power.Default, maskTest = repcap.MaskTest.Default)
Generates a beep sound if the command is set to SUCCess or VIOLation.
- Parameters:
beep – 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’)