Click or drag to resize

SingleTargetRadarLinkScalar Properties

The SingleTargetRadarLinkScalar type exposes the following members.

Properties
  NameDescription
Public propertyEvaluateInterference
Gets a value indicating whether or not the scalar should account for interference during the scalar evaluation.
Public propertyIntendedSignalStrategy
Gets the method used to identify the desired signal for scalar evaluation.
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 propertyRadarReceiver
Gets the IServiceProvider which represents the radar receiver.
Public propertyRadarTransmitter
Gets the IServiceProvider which represents the radar transmitter.
Public propertySignalPropagationGraph
Gets the signal propagation graph.
Public propertyTarget
Gets the IServiceProvider which represents the radar target.
Public propertyUseLogarithmicSampling
Gets or sets a value indicating whether computed values will be converted to a logarithmic scale when performing sampling for access calculations. Radar scalars can span an extremely large range of values, so in order to avoid comparing values larger than 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.
Top
See Also