Scpi.calculate(Ch).Selected.marker(Mk).Bwidth.data - Planar R54 Programming Manual

Vector reflectometer; programming com/dcom
Table of Contents

Advertisement

PLANAR R54x2

SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.DATA

Object Type
Data Type
Target
Description
Notes
Syntax
Equivalent Softkeys
Property (read only)
Variant (Double array)
Marker Mk of the active trace of channel Ch,
Ch:
channel number 1–4 (see Table 1 on page 22)
Mk:
marker number 1–15, or reference marker number 16 (see
Table 4 on page 61)
The bandwidth search result. The bandwidth search can be performed
relatively to the marker Mk, or relatively to the absolute maximum value of
the trace (in this case the marker number is ignored), what is set by the
SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.REFerence
The array contains 4 elements:
Data(0)
Bandwidth;
Data(1)
Center frequency;
Data(2)
Q value;
Data(3)
Loss.
If the bandwidth search is impossible, all the read out values are 0. If the
search is performed relatively to a maker, which is OFF, an error occurs
(error code 204).
Dim Data As Variant
Data = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.DATA
None
COM/DCOM Programming manual
property.
70

Advertisement

Table of Contents
loading

Table of Contents