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