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

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the maximum power limit for the selected port (Pt).

Variable

Parameter

Value

Description

Sets/gets the maximum power limit

Data type

Double precision floating point (Double)

Range

-200 to +200

Preset value

+200

Examples

Dim Var as Double
Var= 0
SCPI.SYSTem.POWer.LIMit.PORT(1).MAXimum = Var
Var = SCPI.SYSTem.POWer.LIMit.PORT(1).MAXimum

Related Objects

SCPI.SYSTem.POWer.LIMit.LOCK.STATe

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

Equivalent Key

System > Misc Setup > Power Limit Setup > Port 1|Port 2 > Max Power

Equivalent SCPI Command

Syntax

:SYSTem:POWer:LIMit:PORT{[1]|2}:MAXimum <value>

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

Query Response

<value><newline><^END>

Example of use

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