Command/Query
:SYSTem:SECurity:PASSword <String>
:SYSTem:SECurity:PASSword?
This command sets the System Security password.
Parameter |
String |
Description |
System Security password |
Data Type |
Character string type (String) |
Preset Value |
"" |
{String}<newline><^END>
Dim Var as String
Var = "AdminPass"
Ena.WriteString ":SYST:SEC:PASS " & Var, True
Ena.WriteString ":SYST:SEC:PASS?", True
Var=Ena.ReadString
Edit Test > Test Sequence > System Security > Administrator > Key in password