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

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2

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

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 corrected data array. The corrected measurements are complex
numbers. 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)
the real part of corrected measurement;
Data(2n–1)
the imaginary part of corrected measurement.
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch). Trace(Tr).DATA.SDATa
None
COM/DCOM Programming manual
112

Advertisement

Table of Contents
loading

Table of Contents