Command/Query
:SYSTem:SECurity:MODE {OPERator|ADMin}
:SYSTem:SECurity:MODE?
This command sets the System Security mode.
Parameter |
Selection Option |
Description |
System Security mode |
Data Type |
Character string type (String) |
Range |
OPERator - has access to execute test defined in ADMin mode, only. ADMin - has full access to edit the test settings |
Preset Value |
OPERator |
{OPER|ADM}<newline><^END>
Dim Var as String
Var= "OPER"
Ena.WriteString ":SYST:SEC:MODE " & Var, True
Ena.WriteString ":SYST:SEC:MODE?", True
Var=Ena.ReadString
Edit Test > Test Sequence > System Security > Operator | Administrator