Click or drag to resize

PulseIntegrationTimeScalar.GetEvaluator Method (EvaluatorGroup)

Gets an evaluator to compute the time, in seconds, it takes for the radar receiver to integrate the number of pulses in the received waveform.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.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 the time, in seconds, it takes for the radar receiver to integrate the number of pulses in the received waveform.
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if any of the properties are null.
InvalidOperationException Thrown if the RadarTransmitter, Target, and RadarReceiver instances do not form a valid link path in the SignalPropagationGraph instance.
ServiceNotAvailableException Thrown if the RadarReceiver does not provide the IProcessedRadarWaveformOutputService. The IProcessedRadarWaveformOutputService will be missing if the ProcessedRadarWaveformOutputExtension was not added to the radar receiver Platform instance.
InvalidOperationException Thrown if the ProcessedRadarWaveformOutput property of the IProcessedRadarWaveformOutputService service interface returns null. This can happen if the ProcessedRadarWaveformOutputExtension of the radar receiver was configured with a nullRadarWaveformProcessor.
ArgumentNullExceptionThrown if the group argument is null.
Remarks
The ScalarEvaluator returned from this method assumes that the evaluation time is equivalent to the time of signal transmission.
See Also