FixedNumberOfPulsesWaveformIntegratorUseWaveformPulseCount Property |
Gets or sets a value indicating whether to use waveform pulse count. If set to true, the total number of pulses found in the received
waveform will be integrated. If set to false, the number of pulses defined by the
PulseCount property will be
used if less than the waveform pulse count, otherwise the number of pulses in the waveform will be integrated.
Namespace:
AGI.Foundation.Radar
Assembly:
AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseWaveformPulseCount { get; set; }
Public Property UseWaveformPulseCount As Boolean
Get
Set
public:
property bool UseWaveformPulseCount {
bool get ();
void set (bool value);
}
member UseWaveformPulseCount : bool with get, set
Property Value
Type:
BooleanSee Also