LowNoiseAmplifierLnaInputGain Property  | 
 
            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.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalProcessing
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double LnaInputGain { get; set; }Public Property LnaInputGain As Double
	Get
	Set
public:
property double LnaInputGain {
	double get ();
	void set (double value);
}member LnaInputGain : float with get, set
Property Value
Type: 
Double
See Also