GpsCommunicationsFrontEnd.LnaGain Property |
Gets or sets the gain of the Low Noise Amplifier (LNA).
The default is 100 (20 dB).
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double LnaGain { get; set; }
Public Property LnaGain As Double
Get
Set
public:
virtual property double LnaGain {
double get () sealed;
void set (double value) sealed;
}
abstract LnaGain : float with get, set
override LnaGain : float with get, set
Property Value
Type:
DoubleImplements
IGpsCommunicationsReceiverConfiguration.LnaGain
See Also