Scpi.calculate(Ch).Selected.limit.report.all - Planar R54 Programming Manual

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2

SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL

Property (read only)
Object Type
Variant (Double array)
Data Type
The active trace of channel Ch,
Target
The data array, which is the limit test results. The array size is 4N, where N is
the number of measurement points.
For the n–th point, where n from 1 to N:
Description
Dim Data As Variant
Syntax
Data = app.SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL
Equivalent Softkeys
None
Ch:
channel number 1–4 (see Table 1 on page 22)
Data(4n–3)
the stimulus value in the n–th point
Data(4n–2) the limit test result in the n–th point
–1: No limit
0: Fail
1: Pass
Data(4n–1)
the upper limit value in the n–th point (0 – if there is no
limit)
Data(4n–0)
the lower limit value in the n–th point (0 – if there is no
limit)
COM/DCOM Programming manual
65

Advertisement

Table of Contents
loading

Table of Contents