SCPI.SYSTem.SECurity.LEVel

Object Type

Property (Read-Write)

Syntax

SCPI.SYSTem.SECurity.LEVel = Value

Value = SCPI.SYSTem.SECurity.LEVel

Description

This command sets/gets security level setting.

Variable

Parameter

   Value

Description

Security level setting

Data Type

Character string type (String)

Range

NONE|LOW|HIGH

Preset Value

NONE

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "NONE"
SCPI.SYSTem.SECurity.LEVel = Var
Var = SCPI.SYSTem.SECurity.LEVel

Equivalent Key

PN Menu: Display > Security Level

SP Menu: Display > Security Level

FP Menu: Display > Security Level

TR Menu: Display > Security Level

AM Menu: Display > Security Level

BB Menu: Display > Security Level

USER Menu: Display > Security Level

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;":SYSTem:SECurity[:LEVel] NONE"
20 OUTPUT 717;":SYSTem:SECurity[:LEVel] ?"
30 ENTER 717;A$