Click or drag to resize

CommunicationSystemGetLinkBudgetScalars Method (IServiceProvider, IntendedSignalStrategy)

Creates a set of LinkBudgetScalars for a given link 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 LinkBudgetScalars GetLinkBudgetScalars(
	IServiceProvider link,
	IntendedSignalStrategy intendedSignal
)

Parameters

link
Type: SystemIServiceProvider
The service provider that implements ILinkService.
intendedSignal
Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The strategy used to define the intended signal.

Return Value

Type: LinkBudgetScalars
A set of LinkBudgetScalars.
Remarks
Note that this method calls the CreatePropagationGraph method, which performs operations that may throw exceptions.
See Also