Click or drag to resize

IAntennaGainServiceGetAntennaGainEvaluator Method

Get an evaluator for the gain that would be applied to the given sample signal.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
Evaluator<double> GetAntennaGainEvaluator(
	EvaluatorGroup group,
	Vector linkDirection,
	Axes antennaAxes,
	Signal sampleSignal
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.
linkDirection
Type: AGI.Foundation.GeometryVector
The direction of the link relative to the antenna axes.
antennaAxes
Type: AGI.Foundation.GeometryAxes
The orientation of the antenna.
sampleSignal
Type: AGI.Foundation.CommunicationsSignal
A sample input signal.

Return Value

Type: EvaluatorDouble
An evaluator which produces the antenna gain.
See Also