SCPI.SYSTem.POWer.LIMit.PORT(Pt).STATe

Object Type

Property (Read-Write)

Syntax

SCPI.SYSTem.POWer.LIMit.PORT(Pt).STATe = Status

Status= SCPI.SYSTem.POWer.LIMit.PORT(Pt).STATe

Description

This command turns enables/disables the power limit for the selected port (Pt).

Variable

Parameter

Status

Description

Enables/disables the power limit

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON:  Enables the power limit.

  • False or OFF:  Disables the power limit.

Preset value

False or OFF

Examples

Dim Var as Boolean
SCPI.SYSTem.POWer.LIMit.PORT(1).STATe = True
Var = SCPI.SYSTem.POWer.LIMit.PORT(1).STATe

Related Objects

SCPI.SYSTem.POWer.LIMit.LOCK.STATe

SCPI.SYSTem.POWer.LIMit.PORT(Pt).MAXimum

Equivalent Key

System > Misc Setup > Power Limit Setup > Port 1|Port 2 > Enable > ON|OFF

Equivalent SCPI Command

Syntax

:SYSTem:POWer:LIMit:PORT{[1]|2}[:STATe] {ON|OFF|1|0}

:SYSTem:POWer:LIMit:PORT{[1]|2}[:STATe]?

Query Response

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

Example of use

10 OUTPUT 717;":SYSTem:POWer:LIMit:PORT1 ON"
20 OUTPUT 717;":SYSTem:POWer:LIMit:PORT1?"
30 ENTER 717;A