Click or drag to resize

CommunicationSystemGetLinkBudgetEvaluator Method (IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, EvaluatorGroup)

Gets an evaluator for link budget data for a given link, graph, and intended signal strategy.

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> GetLinkBudgetEvaluator(
	IServiceProvider link,
	SignalPropagationGraph graph,
	IntendedSignalStrategy intendedSignal,
	EvaluatorGroup group
)

Parameters

link
Type: SystemIServiceProvider
The service provider that implements ILinkService.
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.
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.

Return Value

Type: EvaluatorLinkBudget
An evaluator for LinkBudget data.
See Also