Write/Read
About Noise Figure

NoiseGain Property


Description

Sets and reads the gain state of the noise receiver. This setting is NOT used when NoiseReceiver = naStandardReceiver (Opt 028)

 VB Syntax

noise.NoiseGain = value

Variable

(Type) - Description

noise

A NoiseFigure (object)

value

(long integer) - Gain value. Choose from:

0  Low Gain  select if the gain of your DUT is relatively high (>35 dB).

15  Medium Gain  select if the gain of your DUT is about average (20 dB to 45 dB).

30  High Gain ..select if the gain of your DUT is relatively low (<30 dB).

If the value does not match one of these, it is rounded up to the next legal value.

Learn more about Noise Receiver Gain setting.

Return Type

Long Integer

Default

30

Examples

noise.NoiseGain = 30 'Write

GainNoise = noise.NoiseGain 'Read

C++ Syntax

HRESULT get_NoiseGain(long* pVal)

HRESULT put_NoiseGain(long newVal)

Interface

INoiseFigure