SCPI.SYSTem.SERVice

Object type

Property (Read Only)

Syntax

Status = SCPI.SYSTem.SERVice

Description

This command reads whether the E5061B is in the service mode or not.

Variable

Parameter

Status

Description

Whether to be in the service mode

Data type

Boolean type (Boolean)

Range

 

Select from either of the following:

  • True or ON: In the service mode.

  • False or OFF : Not in the service mode.  

Preset Value

False or OFF

Examples

Dim SvMode As Boolean
SvMode = SCPI.SYSTem.SERVice

Equivalent key

Displayed on the instrument status bar (at the bottom of the LCD display).

Equivalent SCPI command

Syntax

:SYSTem:SERVice?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:SERV?"
30 ENTER 717;A