Click or drag to resize

ScalarNoisePlusInterference.GetEvaluator Method (EvaluatorGroup)

Get an evaluator to compute noise plus interference power N+I (in Watts).

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.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 noise plus interference N+I in Watts.
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