LowNoiseAmplifier Properties | 
The LowNoiseAmplifier type exposes the following members.
| Name | Description | |
|---|---|---|
| InputSignalProcessor | 
            Gets or sets the signal processor which produces the set of signals which this processor modifies.
              (Overrides SignalProcessorInputSignalProcessor.) | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| LnaGain | 
            Gets or sets the gain to apply to the input signal.
              | |
| LnaInputGain | 
            Gets or sets the gain applied before the signal is amplified.  Typically due to cabling from the antenna to the LNA.
            Note that if this is a loss, the Gain should be less than 1.
              | |
| LnaOutputGain | 
            Gets or sets the gain applied after the signal has been amplified. Typically due to
            cabling from the LNA to the receiver.
            Note that if this is a loss, the LnaOutputGain should be less than 1.
              | |
| NoiseFactor | 
            Gets or sets the noise factor representing the ratio of the NoiseTemperature
            to ReferenceTemperature plus 1
            (i.e. NoiseFactor = NoiseTemperature/ReferenceTemperature + 1).
              (Overrides AmplifierNoiseFactor.) | |
| NoiseTemperature | 
            Gets the system noise temperature calculated from the different gain values, the NoiseFactor and the ReferenceTemperature.
              (Overrides AmplifierNoiseTemperature.) | |
| ReferenceTemperature | 
            Gets or sets the amplifier's operating temperature.
            Note that this temperature is used for both the input and output.
              (Overrides AmplifierReferenceTemperature.) | |
| SignalOutput | 
            Gets the signal processor representing the output of the service provider.
              (Inherited from SignalProcessor.) |