:CALC<Ch>:BLIM:MIN

Type

Command/Query

Syntax

: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?

Description

This command sets/gets the lower limit value of the bandwidth test.

Variable

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

-

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= 10E3
Ena.WriteString ":CALC1:BLIM:MIN " & Str(Var), True
Ena.WriteString ":CALC1:BLIM:MIN?", True
Var=Ena.ReadNumber

Related Commands

:CALC:PAR:SEL

:CALC:BLIM

:CALC:BLIM:MAX

Equivalent Softkey

Analysis > Bandwidth Limit > Min Bandwidth

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.BLIMIT.MINIMUM

SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.MINIMUM