SCPI.CALCulate.USER(Ch).TRACe(Tr).FUNCtion.STATistics.DATA_Q mean, std_dev, peak_to_peak

Object Type

Property (Read Only)

Syntax

Value = SCPI.CALCulate.USER(Ch).TRACe(Tr).FUNCtion.STATistics.DATA_Q mean, std_dev, peak_to_peak

Description

This command gets trace data statistics, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   mean

Description

Trace data statistics

Data Type

Double precision floating point type (Double)

Range

-

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

 

Parameter

   std_dev

Description

Trace data statistics

Data Type

Double precision floating point type (Double)

Range

-

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

 

Parameter

   peak_to_peak

Description

Trace data statistics

Data Type

Double precision floating point type (Double)

Range

-

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Variant
Var = SCPI.CALCulate.USER1.TRACe8.FUNCtion.STATistics.DATA_Q mean, std_dev, peak_to_peak

Related Objects

SCPI.CALCulate.USER(Ch).TRACe(Tr).FUNCtion.STATistics.MEMory

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:USER[1-1]:TRACe[1-8]:FUNCtion:STATistics:DATA?

Query Response

{ - - -} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:USER1:TRACe8:FUNCtion:STATistics:DATA ?"
30 ENTER 717;A$