Scpi.calculate(Ch).Trace(Tr).Data.fmemory - Planar R54 Programming Manual

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2

SCPI.CALCulate(Ch).TRACe(Tr).DATA.FMEMory

Object Type
Data Type
Target
Description
Syntax
Equivalent Softkeys
Property (read only)
Variant (Double array)
The specified trace Tr of channel Ch,
Tr:
trace number 1–4 (see Table 3 on page 29)
Ch:
channel number 1–4 (see Table 1 on page 22)
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 "Measurement Data Arrays" on page
17.
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.
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch). Trace(Tr).DATA.FMEMory
None
COM/DCOM Programming manual
111

Advertisement

Table of Contents
loading

Table of Contents