Click or drag to resize

ISignalTransmissionServiceGetSignalTransmissionEvaluator Method

Get an evaluator which can produce the signal after transmission.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
SignalEvaluator GetSignalTransmissionEvaluator(
	EvaluatorGroup group,
	Vector reflectedVector,
	SignalPropagationGraph graph
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.
reflectedVector
Type: AGI.Foundation.GeometryVector
The link geometry with respect to the transmitter.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of the communication links used to propagate signals.

Return Value

Type: SignalEvaluator
The evaluator which produces the transmitted signal.
See Also