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

Object type    

Property (Read-Write)

Syntax

All revision:         

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

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

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.MAXimum = Value

Value = SCPI.CALCulate(Ch).TRACe(Tr).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).

 

In revision A.9.60 and above, you can select the trace and set/get the upper limit value of the bandwidth test for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

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

All revision:

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

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

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:MAXimum <numeric>

:CALCulate{[1]-160}:TRACe{[1]-16}: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