Click or drag to resize

WirelessLinkExtension Constructor (IEnumerableSignalPropagationModel)

Initialize a new instance based on the given set of propagation models.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public WirelessLinkExtension(
	IEnumerable<SignalPropagationModel> propagationModels
)

Parameters

propagationModels
Type: System.Collections.GenericIEnumerableSignalPropagationModel
The set of propagation models to use on this link.
Remarks
Note: This constructor will NOT add the FreeSpacePathLossModel and the DopplerShiftModel by default.
See Also