User`s guide

Table Of Contents
Chapter 13 221
SCPI Command Reference
E5061A/E5062A commands
13. SCPI Command
Reference
:CALC{1-4}:FUNC:DATA?
Syntax :CALCulate{[1]|2|3|4}[:SELected]:FUNCtion:DATA?
Description For the active trace of channel 1 (:CALC1) to channel 4 (:CALC4) (specified with the
:CALC{1-4}:PAR{1-4}:SEL command), reads out the analysis result of the
:CALC{1-4}:FUNC:EXEC command.
The data transfer format when this command is executed depends on the setting with the
:FORM:DATA command. (Query only)
Query response {numeric 1},…,{numeric N×2}<newline><^END>
Where N is the number of data pairs (can be read out with :CALC{1-4}:FUNC:POIN?
command) and n is an integer between 1 and N.
Example of use
10 OUTPUT 717;":CALC1:FUNC:POIN?"
20 ENTER 717;A
30 REDIM B(1:2*A)
40 OUTPUT 717;":CALC1:FUNC:DATA?"
50 ENTER 717;B(*)
Related commands :CALC{1-4}:FUNC:EXEC on page 225
:CALC{1-4}:FUNC:POIN? on page 227
:CALC{1-4}:PAR{1-4}:SEL on page 286
:FORM:DATA on page 338
Equivalent key No equivalent key is available on the front panel.
Description
{numeric n×2-1} Response value or analysis result of the searched n-th
measurement point.
{numeric n×2} Stimulus value of the searched n-th measurement point.
Always set to 0 for the analysis of maximum and minimum
values/standard deviation/mean value.