Click or drag to resize

ConstantEfficiencyFixedNumberOfPulsesWaveformIntegratorValidateProperties Method

Validates that required properties and parameters are configured correctly in order to get an evaluator for this instance.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void ValidateProperties(
	EvaluatorGroup group,
	IntendedSignalStrategy intendedSignalStrategy,
	SignalPropagationGraph graph
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group used to optimize the evaluators.
intendedSignalStrategy
Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The intended signal strategy used to choose one of the signals in the signal collection.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The signal propagation graph, which represents all of the signal paths in the analysis.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Efficiency is less than or equal to zero or greater than one.
ArgumentNullException Thrown when group, intendedSignalStrategy, or graph is .
See Also