User`s guide

Table Of Contents
Chapter 13 215
SCPI Command Reference
E5061A/E5062A commands
13. SCPI Command
Reference
:CALC{1-4}:DATA:FDAT
Syntax :CALCulate{[1]|2|3|4}[:SELected]:DATA:FDATa <numeric1>,…,<numeric NOP×2>
:CALCulate{[1]|2|3|4}[:SELected]:DATA:FDATa?
Description For the active trace of channel 1 (:CALC1) to channel 4 (:CALC4) (specified with the
:CALC{1-4}:PAR{1-4}:SEL command), sets/reads out the formatted data array. (It is the
data array for which processing such as format has been performed for corrected data array.
For details, refer to “Formatted data array” on page 109.)
The data transfer format when this command is executed depends on the setting with the
:FORM:DATA command.
Parameters
Where NOP is the number of measurement points and n is an integer between 1 and NOP.
Query response {numeric 1},…,{numeric NOP×2}<newline><^END>
Example of use
10 DIM A(1:201,1:2)
20 OUTPUT 717;":CALC1:DATA:FDAT?"
30 ENTER 717;A(*)
Related commands :CALC{1-4}:PAR{1-4}:SEL on page 286
:CALC{1-4}:DATA:FMEM on page 216
:CALC{1-4}:DATA:SDAT on page 217
:FORM:DATA on page 338
Equivalent key No equivalent key is available on the front panel.
Description
<numeric n×2-1> Data (primary value) at the n-th measurement point.
<numeric n×2> Data (secondary value) at the n-th measurement point. Always 0
when the data format is not the Smith chart format or the polar
format.