Measurement Data Arrays - Planar R54 Programming Manual

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2
11

Measurement Data Arrays

Measurement data can be either complex values or real values. This depends on the
format selected by the user. For example, the data is real in logarithmic magnitude
format and the data is complex in polar format.
The measurement data is transferred in a Variant type variable, which represents an
array of Double type. To transfer one complex measurement, two adjacent array cells
are used. To transfer one real measurement two adjacent array cells are used as well but
the second cell is always equal to 0. Thus, measurement data array size is a double
number of the measurement points.
Measurement 1
Real
Imag
Measurement 1
Value
0
Measurement 2
Real
Imag
Figure 4. Array of complex measurements
Measurement 2
Value
0
Figure 5. Array of real measurements
COM/DCOM Programming manual
Measurement N
...
Real
Measurement N
...
Value
Imag
0
17

Advertisement

Table of Contents
loading

Table of Contents