User`s guide

Table Of Contents
216 Chapter 13
SCPI Command Reference
E5061A/E5062A commands
:CALC{1-4}:DATA:FMEM
Syntax :CALCulate{[1]|2|3|4}[:SELected]:DATA:FMEMory <numeric 1>,…,<numeric NOP×2>
:CALCulate{[1]|2|3|4}[:SELected]:DATA:FMEMory?
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 memory array. (It is
the data array for which processing such as format has been performed for corrected
memory array. For details, refer to “Formatted memory arrays” on page 110.)
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:FMEM?"
30 ENTER 717;A(*)
Related commands :CALC{1-4}:PAR{1-4}:SEL on page 286
:CALC{1-4}:DATA:FDAT on page 215
:CALC{1-4}:DATA:SMEM on page 218
: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.