Click or drag to resize

EffectiveIsotropicRadiatedPowerScalarGetEvaluator Method (EvaluatorGroup)

Gets an evaluator to compute the effective isotropic radiated power (EIRP), in Watts, of the radar transmitter. EIRP is computed by multiplying the transmitted signal power by the transmit antenna gain in the direction of the target.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

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

Return Value

Type: ScalarEvaluator
An evaluator which computes the effective isotropic radiated power (EIRP), in Watts, of the radar transmitter. EIRP is computed by multiplying the transmitted signal power by the transmit antenna gain in the direction of the target.
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if any of the properties are .
InvalidOperationException Thrown if the RadarTransmitter, Target, and RadarReceiver instances do not form a valid link path in the SignalPropagationGraph instance.
ServiceNotAvailableException Thrown if the link between the transmitter and the target in the SignalPropagationGraph does not provide the ITransmittedSignalService. The ITransmittedSignalService can be missing if the WirelessLinkExtension was not added to the link ExtensibleObject.
ArgumentNullExceptionThrown if the group argument is .
Remarks
The ScalarEvaluator returned from this method assumes that the evaluation time is equivalent to the time of signal transmission. The evaluator computes EIRP in Watts.
See Also