Property (Read-Write)
SCPI.SYSTem.POWer.LIMit.LOCK.STATe = Status
Status= SCPI.SYSTem.POWer.LIMit.LOCK.STATe
This command turns enables/disables the ability to change the power limit values through the user interface.
Parameter |
Status |
Description |
Enables/disables the ability to change 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.LOCK.STATe = True
Var = SCPI.SYSTem.POWer.LIMit.LOCK.STATe
SCPI.SYSTem.POWer.LIMit.PORT(Pt).STATe
SCPI.SYSTem.POWer.LIMit.PORT(Pt).MAXimum
No equivalent key is available on the front panel.
:SYSTem:POWer:LIMit:LOCK[:STATe] {ON|OFF|1|0}
:SYSTem:POWer:LIMit:LOCK[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SYSTem:POWer:LIMit:LOCK ON"
20 OUTPUT 717;":SYSTem:POWer:LIMit:LOCK?"
30 ENTER 717;A