SCPI.SYSTem.POWer.LIMit.LOCK.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.SYSTem.POWer.LIMit.LOCK.STATe = Status

Status= SCPI.SYSTem.POWer.LIMit.LOCK.STATe

Description

This command turns enables/disables the ability to change the power limit values through the user interface.

Variable

Parameter

Status

Description

Enables/disables the ability to change the power limit

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON:  Enables the power limit values to be changed via the user interface.

  • False or OFF:  Disables the power limit values to be changed via the user interface.

Preset value

False or OFF

Examples

Dim Var as Boolean
SCPI.SYSTem.POWer.LIMit.LOCK.STATe = True
Var = SCPI.SYSTem.POWer.LIMit.LOCK.STATe

Related Objects

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

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

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

:SYSTem:POWer:LIMit:LOCK[:STATe]?

Query Response

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

Example of use

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