Property (Read-Write)
SCPI.SYSTem.POWer.LIMit.PORT(Pt).MAXimum = Value
Value = SCPI.SYSTem.POWer.LIMit.PORT(Pt).MAXimum
This command sets/gets the maximum power limit for the selected port (Pt).
Parameter |
Value |
Description |
Sets/gets the maximum power limit |
Data type |
Double precision floating point (Double) |
Range |
-200 to +200 |
Preset value |
+200 |
Dim Var as Double
Var= 0
SCPI.SYSTem.POWer.LIMit.PORT(1).MAXimum = Var
Var = SCPI.SYSTem.POWer.LIMit.PORT(1).MAXimum
SCPI.SYSTem.POWer.LIMit.LOCK.STATe
SCPI.SYSTem.POWer.LIMit.PORT(Pt).STATe
System > Misc Setup > Power Limit Setup > Port 1|Port 2 > Max Power
:SYSTem:POWer:LIMit:PORT{[1]|2}:MAXimum <value>
:SYSTem:POWer:LIMit:PORT{[1]|2}:MAXimum?
<value><newline><^END>
10 OUTPUT 717;":SYSTem:POWer:LIMit:PORT1:MAXimum 0"
20 OUTPUT 717;":SYSTem:POWer:LIMit:PORT1:MAXimum?"
30 ENTER 717;A