E5071C
2748
SCPI.SYSTem.SERVice
Object type
Property (Read-only)
Syntax
Status = SCPI.SYSTem.SERVice
Description
This command reads whether the E5071C 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