Property (Read-Write)
SCPI.SYSTem.SECurity.LEVel = Value
Value = SCPI.SYSTem.SECurity.LEVel
This command sets/gets security level setting.
|
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 |
- |
Dim Var as String
Var= "NONE"
SCPI.SYSTem.SECurity.LEVel = Var
Var = SCPI.SYSTem.SECurity.LEVel
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
:SYSTem:SECurity[:LEVel] {NONE|LOW|HIGH}
:SYSTem:SECurity[:LEVel]?
{NONE|LOW|HIGH} <newline><^END>
10 OUTPUT 717;":SYSTem:SECurity[:LEVel] NONE"
20 OUTPUT 717;":SYSTem:SECurity[:LEVel] ?"
30 ENTER 717;A$