Property (Read-Write)
SCPI.SYSTem.BEEPer.WARNing.STATe = Status
Status = SCPI.SYSTem.BEEPer.WARNing.STATe
This command turns ON/OFF or return the status of the beeper for the notification of warning/limit test results.
Parameter |
Status |
Description |
ON/OFF of the beeper for the notification of warning/limit test result |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
True or ON |
Dim BeepWarn As Boolean
SCPI.SYSTem.BEEPer.WARNing.STATe = False
BeepWarn = SCPI.SYSTem.BEEPer.WARNing.STATe
SCPI.SYSTem.BEEPer.WARNing.IMMediate
SCPI.SYSTem.BEEPer.COMPlete.STATe
System > Misc Setup > Beeper > Beep Warning
:SYSTem:BEEPer:WARNing:STATe {ON|OFF|1|0}
:SYSTem:BEEPer:WARNing:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":SYST:BEEP:WARN:STAT OFF"
20 OUTPUT 717;":SYST:BEEP:WARN:STAT?"
30 ENTER 717;A