SCPI.SENSe.BB(Ch).IFGain

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.BB(Ch).IFGain = Value

Value = SCPI.SENSe.BB(Ch).IFGain

Description

This command sets/gets IF IFGain 10dB Step, for the selected channel Ch.

Variable

Parameter

   Value

Description

IF IFGain 10dB Step

Data Type

Double precision floating point type (Double)

Range

0 ~ 50

Preset Value

20

Unit

dB

Resolution

10

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.SENSe.BB1.IFGain = Var
Var = SCPI.SENSe.BB1.IFGain

Equivalent Key

BB Menu: Setup > IF Gain

Equivalent SCPI Command

Syntax

:SENSe:BB[1-1]:IFGain {0 ~ 50}

:SENSe:BB[1-1]:IFGain?

Query Response

{0 ~ 50} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:BB1:IFGain 0"
20 OUTPUT 717;":SENSe:BB1:IFGain ?"
30 ENTER 717;A