Scpi.calculate(Ch).Selected.data.fdata - Planar R54 Programming Manual

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2

SCPI.CALCulate(Ch).SELected.DATA.FDATa

Object Type
Data Type
Target
Description
Syntax
Equivalent Softkeys
Property (read only)
Variant (Double array)
The active trace of channel Ch,
Ch:
channel number 1–4 (see Table 1 on page 22)
The formatted data array. The array elements contain 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).SELected.DATA.FDATa
None
COM/DCOM Programming manual
36

Advertisement

Table of Contents
loading

Table of Contents