SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:DATA?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:BWIDth:DATA?
Reads out 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 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>,
Or
Marker <Mk> of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<Mk> = {[1]|2|...16}
<numeric 1>, <numeric 2>, …<numeric 4>
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.DATA
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:DATA? only. |
Data = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.DATA
Variant (array of Double) (read only)
Back to CALCulate
Back to Command Finder