:SYST:SEC:MODE

Type

Command/Query

Syntax

:SYSTem:SECurity:MODE {OPERator|ADMin}

:SYSTem:SECurity:MODE?

Description

This command sets the System Security mode.

Variable

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

Query Response

{OPER|ADM}<newline><^END>

Examples

Dim Var as String
Var= "OPER"
Ena.WriteString ":SYST:SEC:MODE " & Var, True
Ena.WriteString ":SYST:SEC:MODE?", True
Var=Ena.ReadString

Related Commands

:SYST:SEC:PASS

Equivalent GUI

Edit Test > Test Sequence > System Security > Operator | Administrator