SCPI.SYSTem.BEEPer.COMPlete.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.BEEPer.COMPlete.STATe = Status

Status = SCPI.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

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:

  • True or ON: Turns ON the beeper for the notification of the completion of the operation.

  • False or OFF: Turns OFF the beeper for the notification of the completion of the operation.

Preset value

True or ON

Examples

Dim BeepComp As Boolean
SCPI.SYSTem.BEEPer.COMPlete.STATe = False
BeepComp = SCPI.SYSTem.BEEPer.COMPlete.STATe

Related objects

SCPI.SYSTem.BEEPer.COMPlete.IMMediate

SCPI.SYSTem.BEEPer.WARNing.STATe

Equivalent key

System > Misc Setup > Beeper > Beep Complete

Equivalent SCPI command

Syntax

:SYSTem:BEEPer:COMPlete:STATe {ON|OFF|1|0}

:SYSTem:BEEPer:COMPlete:STATe?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:BEEP:COMP:STAT OFF"
20 OUTPUT 717;":SYST:BEEP:COMP:STAT?"
30 ENTER 717;A