SCPI.SERVice.POWer.AC.OVERload.DETect.STATe

Object type

Method (Read/Write)

Syntax

Value = SCPI.SERVice.POWer.AC.OVERload.DETect.STATe

 SCPI.SERVice.POWer:AC.OVERload.DETect.STATe= Value

Description

This command activates/deactivates the Overload Detection/Power Trip function. For more information, refer to Overload Detection and Power Trip Function.

Variable

Parameter

Status

Description

Turns ON/OFF Overload detection/Power Trip function

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the Overload detect

  • False or OFF: Turns OFF the Overload detect

Preset value

True or ON

Examples

Dim Value As Bool
Value=1

SCPI.SERVice.POWer.AC.OVERload.DETect.STATe=Value

Value=SCPI.SERVice.POWer.AC.OVERload.DETect.STATe

Equivalent key

System > Service Menu > Overload Detect

Equivalent SCPI command

Syntax

:SERVice:POWer:AC:OVERload:DETect:STATe {ON|OFF}

:SERVice:POWer:AC:OVERload:DETect:STATe?

Query response

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