PulseIntegrationTimeScalarGetEvaluator 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)
Syntaxpublic override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group
)
Public Overrides Function GetEvaluator ( 
	group As EvaluatorGroup
) As ScalarEvaluator
public:
virtual ScalarEvaluator^ GetEvaluator(
	EvaluatorGroup^ group
) override
abstract GetEvaluator : 
        group : EvaluatorGroup -> ScalarEvaluator 
override GetEvaluator : 
        group : EvaluatorGroup -> ScalarEvaluator Parameters
- group
 - Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators. 
Return Value
Type: 
ScalarEvaluatorAn evaluator which computes the time, in seconds, it takes for the radar receiver to integrate the number of pulses in the received waveform.
Exceptions
Remarks
            The 
ScalarEvaluator returned from this method assumes that the evaluation time is equivalent to the
            time of signal transmission.
            
See Also