Programming
405
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC1:MARK:MATH:STAT ON", True
Ana.WriteString ":CALC1:MARK:MATH:STAT?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:MATH:STAT:DATA
Equivalent Softkey
Marker Function > Statistics
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER.MATH.STATISTICS.STATE
:CALC<Ch>:MARK:MATH:STAT:DATA
Type
Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer:MATH:STATistics:DATA?
Description
This command returns the marker statistics value.
Query Response
{numeric1}, {numeric2}, {numeric3}, {numeric4}<newline><^END>
{numeric1}: Span
{numeric2}: Mean
{numeric3}: Standard Deviation
{numeric4}: Peak to peak
Examples
Dim Var as Variant
Ana.WriteString ":CALC1:MARK:MATH:STAT:DATA?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:MATH:STAT
Equivalent Softkey
No equivalent key is available on the front panel.
(Result on screen for Marker Function > Statistics)