SCPI.SENSe(Ch).BWAuto.STATus

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).BWAuto.STATus = Status

Status = SCPI.SENSe(Ch).BWAuto.STATus

Description

This command turns ON/OFF the IF bandwidth auto function, for the selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF the IF bandwidth auto function

Data Type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON(1): Turns ON

  • False or OFF(0): Turns OFF

Preset Value

False or OFF

Examples

Dim StatBWA as Boolean
SCPI.SENSe(4).BWAuto.STATus = True
StatBWA = SCPI.SENSe(4).BWAuto.STATus

Related Objects

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

Equivalent Key

Avg > IFBW Auto

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:BWAuto[:STATus] {ON|OFF|1|0}

:SENSe{[1]-4}:BWAuto[:STATus]?

Query Response

{1|0} <newline><^END>

Example of use

10 OUTPUT 717;":SENS1:BWA OFF"
20 OUTPUT 717;":SENS1:BWA?"
30 ENTER 717;A