SCPI.SENSe(Ch).BANDwidth.RESolution

Object type

Property (Read-Write)

Syntax

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

Value = SCPI.SENSe(Ch).BANDwidth.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

1 to 300000

(1|1.5|2|3|4|5|7|10|15|20|30|40|50|70|100|
150|200|300|400|500|700|1k|1.5k|2k|3k|4k|
5k|7k|10k|15k|20k|30k|40k|50k|70k|100k|
150k|200k|300k)

Preset value

30000

Unit

Hz (hertz)

Resolution

Refer the Range.

Note

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

Examples

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

Related objects

SCPI.SENSe(Ch).BWIDth.RESolution

Equivalent key

Avg > IF Bandwidth

Equivalent SCPI command

Syntax

:SENSe{[1]-4}:BANDwidth[:RESolution] <numeric>

:SENSe{[1]-4}:BANDwidth[:RESolution]?

Query response

{numeric}<newline><^END>

Example of use

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