SCPI.CALCulate(Ch).SELected.MSTatistics.STATe

Object type

Property (Read-Write)

Syntax

All revision:

SCPI.CALCulate(Ch).SELected.MSTatistics.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.MSTatistics.STATe

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).MSTatistics.STATe = Status

Status = SCPI.CALCulate(Ch).TRACe(Tr).MSTatistics.STATe

Description

This command turns ON/OFF the statistics values display, for the active trace of selected channel (Ch). The statistical values contains: mean value, standard deviation and the difference between the maximum value and the minimum value.

 

In revision A.9.60 and above, you can select the trace and turn ON/OFF the statistics values display for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Status

Description

ON/OFF of the statistics value display

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the statistics value display.

  • False or OFF: Turns OFF the statistics value display.

Preset value

False or OFF

Examples

Dim Mst As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MSTatistics.STATe = True
Mst = SCPI.CALCulate(1).SELected.MSTatistics.STATe

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.MSTatistics.DATA

Equivalent key

Marker Fctn > Statistics

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:MSTatistics[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-160}[:SELected]:MSTatistics[:STATe]?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:MSTatistics[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-160}:TRACe{[1]-16}:MSTatistics[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":CALC1:MST ON"
20 OUTPUT 717;":CALC1:MST?"
30 ENTER 717;A