:CALC<Ch>:BLIM:MAX

Type

Command/Query

Syntax

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

Description

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

Variable

Parameter

Value

Description

Maximum bandwidth

Data Type

Numeric type (Real)

Range

0 to 1T

Preset Value

300k

Unit

Hz, seconds, meter, feet and inches

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:BLIM

:CALC:BLIM:MIN

Equivalent Softkey

Analysis > Bandwidth Limit > Max Bandwidth

COM Command Syntax (Internal Control Only)

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

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