Click or drag to resize

CommunicationSystemGetLinkBudgetScalars Method (IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, String)

Creates a set of LinkBudgetScalars 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 LinkBudgetScalars GetLinkBudgetScalars(
	IServiceProvider link,
	SignalPropagationGraph graph,
	IntendedSignalStrategy intendedSignal,
	string linkName
)

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.
linkName
Type: SystemString
The name of the link.

Return Value

Type: LinkBudgetScalars
A set of LinkBudgetScalars.
See Also