Property (Read-Write)
SCPI.SENSe.PS(Ch).IFGain = Value
Value = SCPI.SENSe.PS(Ch).IFGain
This command sets/gets IFGain 10dB Step, for the selected channel Ch.
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 |
- |
Dim Var as Double
Var= 0
SCPI.SENSe.PS1.IFGain = Var
Var = SCPI.SENSe.PS1.IFGain
PS Menu: Setup > IF Gain
:SENSe:PS[1-1]:IFGain {0 ~ 50}
:SENSe:PS[1-1]:IFGain?
{0 ~ 50} <newline><^END>
10 OUTPUT 717;":SENSe:PS1:IFGain 0"
20 OUTPUT 717;":SENSe:PS1:IFGain?"
30 ENTER 717;A