Programming
637
Type
Command/Query
Syntax
:SYSTem:BEEPer:COMPlete:STATe {ON|OFF|1|0}
:SYSTem:BEEPer:COMPlete:STATe?
Description
This command turns ON/OFF or returns the status of the beeper for the
notification of the completion of the operation.
Variable
Parameter Selection Option
Description
ON/OFF of the beeper for the notification of the
completion of the operation
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset
Value
ON
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Long
Ana.WriteString ":SYST:BEEP:COMP:STAT ON", True
Ana.WriteString ":SYST:BEEP:COMP:STAT?", True
Var=Ana.ReadNumber
Related Commands
:SYST:BEEP:COMP:IMM
:SYST:BEEP:WARN:STAT
Equivalent Softkey
System > Misc Setup > Beeper > Beep Complete
COM Command Syntax (Internal Control Only)
SCPI.SYSTEM.BEEPER.COMPLETE.STATE
:SYST:BEEP:WARN:IMM
Type