COM Server Commands
39
SCPI.CALCulate(
Ch
).SELected.DATA.FMEMory
Object Type
Property (read only)
Data Type
Variant (Double array)
Target
The active trace of channel
Ch
,
Ch
Description
The formatted memory array. The array elements contain saved
measurements in the current format, for example, in logarithmic
magnitude format (Log Mag). Also, see section 12.
The array size is 2N, where N is the number of measurement points.
For the n–th point, where n from 1 to N:
Data(2n–2)
real number in rectangular format, real part in polar
and Smith chart formats;
Data(2n–1)
0 in rectangular format, imaginary part in polar and
Smith chart formats.
Syntax
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch).SELected.DATA.FMEMory
Equivalent
Softkeys
None