Command/Query
:SYSTem:SECurity[:LEVel] {NONE|LOW|HIGH}
:SYSTem:SECurity[:LEVel]?
This command sets/gets security level for frequency blanking. Once it becomes HIGH, it cannot be changed.
Parameter |
Selection Option |
Description |
The security level |
Data Type |
Character string type (String) |
Range |
NONE|LOW|HIGH |
Preset Value |
NONE |
{NONE|LOW|HIGH}<newline><^END>
Dim Var as String
Var= "NONE"
Ana.WriteString ":SYST:SEC " & Var, True
Ana.WriteString ":SYST:SEC?", True
Var=Ana.ReadString
System > Service Menu > Security Level
SCPI.SYSTEM.SECURITY.LEVEL