Command/Query
:CALCulate<Ch>[:SELected]:BLIMit:DISPlay:VALue {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:BLIMit:DISPlay:VALue?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:BLIMit:DISPlay:VALue {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:BLIMit:DISPlay:VALue?
This command turns ON/OFF the bandwidth value display of the bandwidth test.
Parameter |
Selection Option |
Description |
ON/OFF of the bandwidth display of the bandwidth test. |
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:DISP:VAL " & Str(Var), True
Ena.WriteString ":CALC1:BLIM:DISP:VAL?", True
Var=Ena.ReadNumber
Analysis > Bandwidth Limit > BW Display
SCPI.CALCULATE(Ch).SELECTED.BLIMIT.DISPLAY.VALUE
SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.DISPLAY.VALUE