Command/Query
:CALCulate<Ch>[:SELected]:BLIMit[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:BLIMit[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:BLIMit[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:BLIMit[:STATe]?
This command turns ON/OFF the bandwidth test function.
Parameter |
Selection Option |
Description |
ON/OFF the bandwidth test function. |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as String
Var ="ON"
Ena.WriteString ":CALC1:BLIM " & Str(Var), True
Ena.WriteString ":CALC1:BLIM?", True
Var=Ena.ReadNumber
Analysis > Bandwidth Limit > BW Test
SCPI.CALCULATE(Ch).SELECTED.BLIMIT.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.STATE