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