CommunicationSystemGetLinkBudgetScalars Method (IServiceProvider, IntendedSignalStrategy) |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public LinkBudgetScalars GetLinkBudgetScalars(
IServiceProvider link,
IntendedSignalStrategy intendedSignal
)
Public Function GetLinkBudgetScalars (
link As IServiceProvider,
intendedSignal As IntendedSignalStrategy
) As LinkBudgetScalars
public:
LinkBudgetScalars^ GetLinkBudgetScalars(
IServiceProvider^ link,
IntendedSignalStrategy^ intendedSignal
)
member GetLinkBudgetScalars :
link : IServiceProvider *
intendedSignal : IntendedSignalStrategy -> LinkBudgetScalars
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:
LinkBudgetScalarsA set of
LinkBudgetScalars.
Remarks
Note that this method calls the
CreatePropagationGraph method,
which performs operations that may throw exceptions.
See Also