DwellTimeScalar Properties |
The DwellTimeScalar 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.
(Inherited from SingleTargetRadarLinkScalar.) | |
IntendedSignalStrategy |
Gets the method used to identify the desired signal for scalar evaluation.
(Inherited from SingleTargetRadarLinkScalar.) | |
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.
(Inherited from SingleTargetRadarLinkScalar.) | |
RadarTransmitter |
Gets the IServiceProvider which represents the radar transmitter.
(Inherited from SingleTargetRadarLinkScalar.) | |
SignalPropagationGraph |
Gets the signal propagation graph.
(Inherited from SingleTargetRadarLinkScalar.) | |
Target |
Gets the IServiceProvider which represents the radar target.
(Inherited from SingleTargetRadarLinkScalar.) | |
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.
(Inherited from SingleTargetRadarLinkScalar.) |