Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsPulseSearchEnabled As Boolean |
C# | |
---|---|
public abstract bool IsPulseSearchEnabled {get; set;} |
Property Value
The default value is true.When true, the analyzer searches for an RF pulse within the SearchLength, and demodulate the first pulse found.
When false, it is assumed that the input signal is continuous and does not have an RF pulse. In this case, the analyzer searches the entire SearchLength for a signal matching the preamble or pilot pattern. If ResultLengthSelection is set to ResultLengthSelection.Automatic, the analyzer demodulates the maximum result length starting at that preamble.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)