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

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2

SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA

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 data array, which is the ripple limit test results. The array size is 1+3N,
where N is the number of ripple limit bands.
For the n–th point, where n from 1 to N:
Data(0)
N total number of the bands;
Data(3n–2)
n number of the band;
Data(3n–1)
Ripple value in the n–th band;
Data(3n–0)
Ripple limit test result in the n–th band:
0: Pass
1: Fail
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
None
COM/DCOM Programming manual
101

Advertisement

Table of Contents
loading

Table of Contents