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

Object type    

Property (Read-Write)

Syntax         

All revision:

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

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

 

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

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

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

Description

This command sets/gets the lower 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 lower 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

Minimum bandwidth

Data type

Double precision floating point type (Double)

Range

0 to 1E12

Preset value

1E4

Unit

Hz (hertz), dBm or second

For information on the variable (Ch), see Variable.

Examples

Dim BLimMin As Double
SCPI.CALCulate(1).SELected.BLIMit.MINimum = 1E6
BLimMin = SCPI.CALCulate(1).SELected.BLIMit.MINimum

Related objects

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

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

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

Equivalent key

Analysis > Bandwidth Limit > Min Bandwidth

Equivalent SCPI command

Syntax

All revision:

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

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

 

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

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

:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:MINimum?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:BLIM:MIN 1E4"
20 OUTPUT 717;":CALC1:BLIM:MIN?"
30 ENTER 717;A