Property (Read-Write)
SCPI.SYSTem.POWer.LIMit.PORT(Pt).STATe = Status
Status= SCPI.SYSTem.POWer.LIMit.PORT(Pt).STATe
This command turns enables/disables the power limit for the selected port (Pt).
Parameter |
Status |
Description |
Enables/disables the power limit |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim Var as Boolean
SCPI.SYSTem.POWer.LIMit.PORT(1).STATe = True
Var = SCPI.SYSTem.POWer.LIMit.PORT(1).STATe
SCPI.SYSTem.POWer.LIMit.LOCK.STATe
SCPI.SYSTem.POWer.LIMit.PORT(Pt).MAXimum
System > Misc Setup > Power Limit Setup > Port 1|Port 2 > Enable > ON|OFF
:SYSTem:POWer:LIMit:PORT{[1]|2}[:STATe] {ON|OFF|1|0}
:SYSTem:POWer:LIMit:PORT{[1]|2}[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SYSTem:POWer:LIMit:PORT1 ON"
20 OUTPUT 717;":SYSTem:POWer:LIMit:PORT1?"
30 ENTER 717;A