SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum

Object type    

Property (Read-Write)

Syntax         

SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum = Value

Value = SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum

Description

This command sets/gets the upper limit value of the bandwidth test, for the selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).

Variable

Parameter

Value

Description

Maximum bandwidth

Data type

Double precision floating point type (Double)

Range

0 to 1E12

Preset value

3E5

Unit

Hz (hertz), dBm or second

Examples

Dim BLimMax As Double
SCPI.CALCulate(1).SELected.BLIMit.MAXimum = 1E9
BLimMax = SCPI.CALCulate(1).SELected.BLIMit.MAXimum

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.BLIMit.STATe

SCPI.CALCulate(Ch).SELected.BLIMit.MINimum

Equivalent key

Analysis > Bandwidth Limit > Max Bandwidth

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:BLIMit:MAXimum <numeric>

:CALCulate{[1]-4}[:SELected]:BLIMit:MAXimum?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:BLIM:MAX 3E5"
20 OUTPUT 717;":CALC1:BLIM:MAX?"
30 ENTER 717;A