SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:DATA?
Reads out the bandwidth search result. The bandwidth search can performed relatively to the marker <Mk>, or relatively to the absolute maximum value of the trace (in this case the number of the marker is ignored), what is set by the CALC:MARK:BWID:REF command. The data include 4 elements: <numeric 1> Bandwidth; <numeric 2> Center frequency; <numeric 3> Q value; <numeric 4> Loss. Note: 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. |
---|
query only |
Marker <Mk> of the active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<Mk>={[1] … |16}
<numeric 1>, <numeric 2>, …<numeric 4>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.DATA
Data = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)