Command/Query
:CALCulate<Ch>[:SELected]:BLIMit:MAXimum <Value>
:CALCulate<Ch>[:SELected]:BLIMit:MAXimum?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:BLIMit:MAXimum <Value>
:CALCulate<Ch>:TRACe<Tr>:BLIMit:MAXimum?
This command sets/gets the upper limit value of the bandwidth test.
Parameter |
Value |
Description |
Maximum bandwidth |
Data Type |
Numeric type (Real) |
Range |
0 to 1T |
Preset Value |
300k |
Unit |
Hz, seconds, meter, feet and inches |
{numeric}<newline><^END>
Dim Var as Double
Var= 100E3
Ena.WriteString ":CALC1:BLIM:MAX " & Str(Var), True
Ena.WriteString ":CALC1:BLIM:MAX?", True
Var=Ena.ReadNumber
Analysis > Bandwidth Limit > Max Bandwidth
SCPI.CALCULATE(Ch).SELECTED.BLIMIT.MAXIMUM
SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.MAXIMUM