GpsCommunicationsFrontEndNoiseFactor Property |
Gets or sets the NoiseFactor this front end uses to calculate noise on the
navigation signals. The default value is 1.995... (3 dB).
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double NoiseFactor { get; set; }
Public Property NoiseFactor As Double
Get
Set
public:
virtual property double NoiseFactor {
double get () sealed;
void set (double value) sealed;
}
abstract NoiseFactor : float with get, set
override NoiseFactor : float with get, set
Property Value
Type:
DoubleImplements
IGpsCommunicationsReceiverConfigurationNoiseFactorSee Also