Query
:CALCulate<Ch>[:SELected]:FUNCtion:DATA?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:FUNCtion:DATA?
This command reads the analysis result of the :CALC:FUNC:EXEC.
{numeric 1}, .... ,{numeric Nx2}<newline><^END>
N (number of data pairs) can be read out with the :CALC:FUNC:POIN.
{numeric n×2-1}: Response value or analysis result of the searched n-th result.
{numeric n×2}: Stimulus value of the searched n-th result.
Always 0 for the analysis of the mean value, the standard deviation, and the difference between the maximum value and the minimum value.
Dim Var as Variant
Ena.WriteString ":CALC1:FUNC:DATA?", True
Var=Ena.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.DATA
SCPI.CALCULATE(Ch).TRACE(Tr).FUNCTION.DATA