Click or drag to resize

LinkBudgetSignalPropagationModelLoss Class

Stores the amount of propagation loss for a single SignalPropagationModel.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CommunicationsLinkBudgetSignalPropagationModelLoss

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class SignalPropagationModelLoss

The LinkBudgetSignalPropagationModelLoss type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPropagationLoss
Gets the propagation loss for the signal propagation model.
Public propertySignalPropagationModelType
Gets the type of SignalPropagationModel that produced the loss.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also