SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:THReshold <numeric>
CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:THReshold?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:BWIDth:THReshold <numeric>
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:BWIDth:THReshold?
Sets the bandwidth search threshold value. |
---|
command/query |
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> the bandwidth definition value, the range varies depending on the data format.
dB |° |s
<numeric>
-3.0
Markers > Marker Math > Bandwidth Search > Bandwidth Value
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).BWIDth.THReshold
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:THReshold only. |
Value = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth. THReshold
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).BWIDth.THReshold = –6.0
Double (read/write)
Warning |
Object MARKer has an index of 1, which can be omitted in Visual Basic, but it cannot be omitted in other programming languages. |
Back to CALCulate
Back to Command Finder