Visual Basic (Declaration) | |
---|---|
Public MustOverride Property SearchLength As Double |
C# | |
---|---|
public abstract double SearchLength {get; set;} |
Property Value
The default value is 4 milliseconds. The minimum value is ResultLength+1 symbols.If IsPulseSearchEnabled or IsPulsedSignal is true, the input data is scanned for an RF burst, which is then used analyzed and demodulated. In this case you usually want the SearchLength long enough that you can guarantee that a full burst is found within that search length.
For framed signals, you generally want to guarantee that an entire contiguous frame is contained within the search length.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)