Click or drag to resize

ScalarGpsCommunicationsReceiverChannelNoise.GetEvaluator Method (EvaluatorGroup)

Get an evaluator to compute GPS communications receiver noise.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group in which to create evaluators.

Return Value

Type: ScalarEvaluator
An evaluator which computes GPS communications receiver noise.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is null.
PropertyInvalidException Thrown when PropagationGraph, IntendedSignalStrategy, or CommunicationObject are null, or when PropagationGraph does not contain CommunicationObject.
See Also