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

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2

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

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 corrected memory 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 memory;
Data(2n–1)
the imaginary part of corrected measurement memory.
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch).SELected.DATA.SMEMory
None
COM/DCOM Programming manual
39

Advertisement

Table of Contents
loading

Table of Contents