SCPI.SYSTem.SECurity.LEVel

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.SECurity.LEVel = Param

Param = SCPI.SYSTem.SECurity.LEVel

Description

This command sets/gets the security level.

Variable

Parameter

Param

Description

Security level.

Data type

Character string type (String)

Range

Select from either of the following:

  • "NONE": Specifies OFF to the security level.

  • "LOW": Specifies LOW level to the security level.

  • "HIGH": Specifies HIGH level to the security level.

Preset value

"NONE"

Note

When the setting is LOW, it is able to change to NONE or HIGH. But when this setting is HIGH, it is not able to change NONE or LOW.

The setting can be turned NONE by executing the preset or recalling when the setting of frequency blank function is HIGH.

Even if the setting is LOW and HIGH, the command that reads out the frequency is not influenced.

 

Examples

Dim SecLev As String
SCPI.SYSTem.SECurity.LEVel = "LOW"
SecLev = SCPI.SYSTem.SECurity.LEVel

Equivalent key

System > Service Menu > Security Level > None|Low|High

Equivalent SCPI command

Syntax

:SYSTem:SECurity:LEVel {NONE|LOW|HIGH}

:SYSTem:SECurity:LEVel?

Query response

{NONE|LOW|HIGH}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:SEC:LEV LOW"
20 OUTPUT 717;":SYST:SEC:LEV?"
30 ENTER 717;A$