Click or drag to resize

CommunicationSystemGetDetailedLinkBudgetEvaluator Method (IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy)

Gets an evaluator for link budget data for a given link, graph, and intended signal strategy. This evaluator includes propagation loss broken into its constituent models.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Evaluator<LinkBudget> GetDetailedLinkBudgetEvaluator(
	IServiceProvider link,
	SignalPropagationGraph graph,
	IntendedSignalStrategy intendedSignal
)

Parameters

link
Type: SystemIServiceProvider
The service provider that implements ILinkService and IAvailableSignalPropagationModelsService.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The SignalPropagationGraph that contains the link.
intendedSignal
Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The strategy used to define the intended signal.

Return Value

Type: EvaluatorLinkBudget
An evaluator for LinkBudget data.
See Also