Click or drag to resize

WirelessLinkExtensionGetPropagatedSignalBeforeModel Method

Gets the signal source which produces the signals received before the given propagation model.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ISignalSource GetPropagatedSignalBeforeModel(
	SignalPropagationModel model
)

Parameters

model
Type: AGI.Foundation.Communications.SignalPropagationSignalPropagationModel
The model to propagate to.

Return Value

Type: ISignalSource
The signal source.

Implements

IPropagatedSignalServiceGetPropagatedSignalBeforeModel(SignalPropagationModel)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if model is .
ArgumentExceptionThrown if model is not found by the service provider.
See Also