Click or drag to resize

ScalarEffectiveIsotropicRadiatedPower Properties

The ScalarEffectiveIsotropicRadiatedPower type exposes the following members.

Properties
  NameDescription
Public propertyCommunicationLink
Gets or sets the object which provides the services needed to compute this scalar.
(Inherited from CommunicationLinkScalar.)
Public propertyIntendedSignalStrategy
Gets or sets the strategy used to identify the signal to be used when computing this scalar.
(Inherited from CommunicationLinkScalar.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyLinkEnd
Gets or sets the enumeration indicating that this scalar is evaluated at the Transmitter of the communication link. Note that this value cannot be modified.
(Overrides CommunicationLinkScalarLinkEnd.)
Public propertyPropagationGraph
Gets or sets the graph of communication links used to propagate signals.
(Inherited from CommunicationLinkScalar.)
Public propertyUseLogarithmicSampling
Gets or sets a value indicating whether this scalar's values will be converted to a logarithmic scale when performing sampling for access calculations. Most communication scalars span an extremely large range of values, especially for wireless communications over large distances. In order to avoid comparing values above one with values very near zero, the logarithmic scale gives a better means of analyzing the behavior of the function without running into numerical issue with floating point numbers. This value is set by its derived classes and in most cases is set to false by default.
(Inherited from CommunicationLinkScalar.)
Top
See Also