SCPI.SENSe.PS(Ch).IFGain

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

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.PS1.IFGain = Var
Var = SCPI.SENSe.PS1.IFGain

Equivalent Key

PS Menu: Setup > IF Gain

Equivalent SCPI Command

Syntax

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

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

Query Response

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

Example of use

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