SCPI.SYSTem.BEEPer.WARNing.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.BEEPer.WARNing.STATe = Status

Status = SCPI.SYSTem.BEEPer.WARNing.STATe

Description

This command turns ON/OFF or return the status of the beeper for the notification of warning/limit test results.

Variable

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:

  • True or ON:  Turns ON the beeper for the notification of warning/limit test result.

  • False or OFF:  Turns OFF the beeper for the notification of warning/limit test result.

Preset value

True or ON

Examples

Dim BeepWarn As Boolean
SCPI.SYSTem.BEEPer.WARNing.STATe = False
BeepWarn = SCPI.SYSTem.BEEPer.WARNing.STATe

Related objects

SCPI.SYSTem.BEEPer.WARNing.IMMediate

SCPI.SYSTem.BEEPer.COMPlete.STATe

Equivalent key

System > Misc Setup > Beeper > Beep Warning

Equivalent SCPI command

Syntax

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

:SYSTem:BEEPer:WARNing:STATe?

Query response

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

Example of use

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