Click or drag to resize

WirelessLinkExtensionGetPropagatedSignalAfterModel Method

Gets the signal source which produces the signals received after the selected 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 GetPropagatedSignalAfterModel(
	SignalPropagationModel model
)

Parameters

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

Return Value

Type: ISignalSource
The signal source.

Implements

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