Click or drag to resize

WirelessLinkExtensionGetSignalEvaluatorFromTransmitter Method (EvaluatorGroup, SignalPropagationGraph, LinkPath)

Get an evaluator which produces the signal observed directly after transmission in the link direction.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SignalEvaluator GetSignalEvaluatorFromTransmitter(
	EvaluatorGroup group,
	SignalPropagationGraph graph,
	LinkPath pathFromObserverToTransmitter
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of the links used in the analysis.
pathFromObserverToTransmitter
Type: AGI.Foundation.AccessLinkPath
A path indicating the chain of links from the final observer on which to observe times, ending at this particular transmitter.

Return Value

Type: SignalEvaluator
An evaluator which produces the set of signals as they leave the transmitter in the link direction, given times expressed with respect to the end of the pathFromObserverToTransmitter.
See Also