Command/Query
:CALCulate<Ch>[:SELected]:MARKer:BWIDth[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:MARKer:BWIDth[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer:BWIDth[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:MARKer:BWIDth[:STATe]?
This command turns ON/OFF the bandwidth search result display.
Parameter |
Selection Option |
Description |
ON/OFF of the bandwidth search result display |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:MARK:BWID " & Str(Var), True
Ena.WriteString ":CALC1:MARK:BWID?", True
Var=Ena.ReadNumber
Marker Search > Bandwidth
SCPI.CALCULATE(Ch).SELECTED.MARKER.BWIDTH.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.BWIDTH.STATE