Click or drag to resize

FreeSpacePathLossModelGetSignalPropagator Method

Get a propagator which can modify a signal based on the free space path loss.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override SignalPropagator GetSignalPropagator(
	EvaluatorGroup group,
	IServiceProvider link
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.
link
Type: SystemIServiceProvider
The link providing the path for propagation of the signal. The object for the link must provide the ILinkService.

Return Value

Type: SignalPropagator
An evaluator producing the signals after applying propagation effects.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the group is null.
ArgumentNullExceptionThrown if the link is null.
See Also