Click or drag to resize

BeerLambertLawAtmosphericAttenuationModelGetSignalPropagator Method

Get a propagator which can propagate a signal along the given communication link.

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 over which to propagate the signals. This service provider must provide the ILinkService service.

Return Value

Type: SignalPropagator
The propagator which can propagate a signal along the given link.
See Also