SingleTargetRadarLinkScalar Properties |
The SingleTargetRadarLinkScalar type exposes the following members.
Name | Description | |
---|---|---|
EvaluateInterference |
Gets a value indicating whether or not the scalar should account for interference during the scalar evaluation.
| |
IntendedSignalStrategy |
Gets the method used to identify the desired signal for scalar evaluation.
| |
IsFrozen |
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.) | |
RadarReceiver |
Gets the IServiceProvider which represents the radar receiver.
| |
RadarTransmitter |
Gets the IServiceProvider which represents the radar transmitter.
| |
SignalPropagationGraph |
Gets the signal propagation graph.
| |
Target |
Gets the IServiceProvider which represents the radar target.
| |
UseLogarithmicSampling |
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.
|