Click or drag to resize

IFreeSpacePathLossModel Interface

A SignalPropagationModel which can compute free-space path loss. This interface is used by WirelessLinkExtension to detect the case where multiple models will compute free-space path loss, which would produce incorrect results.

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 interface IFreeSpacePathLossModel

The IFreeSpacePathLossModel type exposes the following members.

Properties
  NameDescription
Public propertyUseFreeSpaceLossModel
Gets a value indicating whether this model will compute free-space path loss.
Top
See Also