SCPI.SERVice.POWer.OVERload.PROTect.STATe

Object Type

Property (Read Only)

Syntax

Status = SCPI.SERVice.POWer.OVERload.PROTect.STATe

Description

This command queries if the overload protection is activated (Overload protection indicator is displayed).

Variable

Parameter

Status

Description

Status of overload protection

Data type

Boolean type (Boolean)

Range

Return from either of the following:

  • True: overload protection is activated.

  • False: overload protection is off.

Preset value

False

 

Examples

Dim OverLoadStatus As Boolean
OverLoadStatus = SCPI.SERVice.POWer.OVERload.PROTect.STATe

Related Objects

SCPI.SERVice.POWer.OVERload.PROTect.CLEar

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:POWer:OVERload:PROTect:STATe?

Query Response

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

Example of use

10 OUTPUT 717;":SERV:POW:OVER:PROT:STAT?"
20 ENTER 717;A