SCPI.SENSe(Ch).BWIDth.RESolution

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).BWIDth.RESolution = Value

Value = SCPI.SENSe(Ch).BWIDth.RESolution

Description

This command sets/gets the IF bandwidth of the selected channel (Ch).

Variable

Parameter

Value

Description

IF bandwidth

Data type

Double precision floating point type (Double)

Range

10 to 500000

Preset value

70000

Unit

Hz (hertz)

Resolution

In steps of 1, 1.5, 2, 3, 4, 5, or 7

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is breached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim IfBw As Double
SCPI.SENSe(1).BWIDth.RESolution = 1.5E3
IfBw = SCPI.SENSe(1).BWIDth.RESolution

Related objects

SCPI.SENSe(Ch).BANDwidth.RESolution

Equivalent key

Avg > IF Bandwidth

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:BWIDth[:RESolution] <numeric>

:SENSe{[1]-160}:BWIDth[:RESolution]?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:BWID 1.5E3"
20 OUTPUT 717;":SENS1:BWID?"
30 ENTER 717;A