COM Server Commands
70
SCPI.CALCulate(
Ch
).SELected.MARKer(
Mk
).BWIDth.DATA
Object Type
Property (read only)
Data Type
Variant (Double array)
Target
Marker
Mk
of the active trace of channel
Ch
,
Ch
Mk
marker number 1–15, or reference marker number 16 (see
Description
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.BWIDth.
REFerence
property.
The array contains 4 elements:
Data(0)
Bandwidth;
Data(1)
Center frequency;
Data(2)
Q value;
Data(3)
Loss.
Notes
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.
Syntax
Dim Data As Variant
Data =
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.
DATA
Equivalent
Softkeys
None