:CALC<Ch>:FUNC:DATA

Type

Query

Syntax

:CALCulate<Ch>[:SELected]:FUNCtion:DATA?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:FUNCtion:DATA?

Description

This command reads the analysis result of the :CALC:FUNC:EXEC.

Variable

Query Response

{numeric 1}, .... ,{numeric Nx2}<newline><^END>

N (number of data pairs) can be read out with the :CALC:FUNC:POIN.

 

  1. Examples

    Dim Var as Variant
    Ena.WriteString ":CALC1:FUNC:DATA?", True
    Var=Ena.ReadList(ASCIIType_R8, ",")

    Related Commands

    :CALC:FUNC:TYPE

    :CALC:FUNC:EXEC

    :CALC:FUNC:POIN

    Equivalent Softkey

    No equivalent key is available on the front panel.

    COM Command Syntax (Internal Control Only)

    SCPI.CALCULATE(Ch).SELECTED.FUNCTION.DATA

    SCPI.CALCULATE(Ch).TRACE(Tr).FUNCTION.DATA