Click or drag to resize

PhasedArrayElementFactorGetEvaluator Method

Gets a ScalarEvaluator for evaluating the element factor based on the link direction vector and the antenna axes.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract ScalarEvaluator GetEvaluator(
	EvaluatorGroup group,
	Vector linkDirection,
	Axes antennaAxes
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators that are often evaluated at the same Julian dates, common computations can be performed only once for the entire group instead of multiple times for each evaluator.
linkDirection
Type: AGI.Foundation.GeometryVector
The link direction vector.
antennaAxes
Type: AGI.Foundation.GeometryAxes
The antenna axes.

Return Value

Type: ScalarEvaluator
A ScalarEvaluator which will evaluate the element factor.
See Also