SCPI.SENSe(Ch).BWAuto.LIMit.RESolution

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).BWAuto.LIMit.RESolution = Value

Value = SCPI.SENSe(Ch).BWAuto.LIMit.RESolution

Description

This command sets/gets maximum IF bandwidth in bandwidth auto mode, for the selected channel (Ch).

Variable

Parameter

Value

Description

maximum IF bandwidth in bandwidth auto mode

Data Type

Double precision floating point type (Double)

Range

1 to 3E+5
(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

3E+4

Unit

Hz

Examples

Dim BWALim as Double
SCPI.SENSe(4).BWAuto.LIMit.RESolution = 3E+4
BWALim = SCPI.SENSe(4).BWAuto.LIMit.RESolution

Related Objects

SCPI.SENSe(Ch).BWAuto.STATus

Equivalent Key

Avg > IFBW Auto Limit

Equivalent SCPI Command

Syntax

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

:SENSe{[1]-4}:BWAuto:LIMit[:RESolution]?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SENS1:BWA:LIM 1E+5"
20 OUTPUT 717;":SENS1:BWA:LIM?"
30 ENTER 717;A