| IAntennaGainServiceGetApplyAntennaGainEvaluator Method  | 
 
            Get an evaluator which can modify a set of input signals based on link geometry and the gain pattern.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
SyntaxSignalEvaluator GetApplyAntennaGainEvaluator(
	EvaluatorGroup group,
	Vector linkDirection,
	Axes antennaAxes,
	ISignalSource inputSignal,
	SignalPropagationGraph graph
)
Function GetApplyAntennaGainEvaluator ( 
	group As EvaluatorGroup,
	linkDirection As Vector,
	antennaAxes As Axes,
	inputSignal As ISignalSource,
	graph As SignalPropagationGraph
) As SignalEvaluator
SignalEvaluator^ GetApplyAntennaGainEvaluator(
	EvaluatorGroup^ group, 
	Vector^ linkDirection, 
	Axes^ antennaAxes, 
	ISignalSource^ inputSignal, 
	SignalPropagationGraph^ graph
)
abstract GetApplyAntennaGainEvaluator : 
        group : EvaluatorGroup * 
        linkDirection : Vector * 
        antennaAxes : Axes * 
        inputSignal : ISignalSource * 
        graph : SignalPropagationGraph -> SignalEvaluator 
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.
- inputSignal
- Type: AGI.Foundation.CommunicationsISignalSource
 The source for the signals on which to apply the gain.
- graph
- Type: AGI.Foundation.CommunicationsSignalPropagationGraph
 The graph of communication links to use in the analysis.
Return Value
Type: 
SignalEvaluatorAn evaluator which produces the modified set of signals with gains applied.
 See Also
See Also