Property (Read-Write)
SCPI.SYSTem.SECurity.LEVel = Param
Param = SCPI.SYSTem.SECurity.LEVel
This command sets/gets the security level.
Parameter |
Param |
Description |
Security level. |
Data type |
Character string type (String) |
Range |
Select from either of the following:
|
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. |
Dim SecLev As String
SCPI.SYSTem.SECurity.LEVel = "LOW"
SecLev = SCPI.SYSTem.SECurity.LEVel
System > Service Menu > Security Level > None|Low|High
:SYSTem:SECurity:LEVel {NONE|LOW|HIGH}
:SYSTem:SECurity:LEVel?
{NONE|LOW|HIGH}<newline><^END>
10 OUTPUT 717;":SYST:SEC:LEV LOW"
20 OUTPUT 717;":SYST:SEC:LEV?"
30 ENTER 717;A$