Visual Basic (Declaration) | |
---|---|
Public MustOverride Property SearchPattern As String |
C# | |
---|---|
public abstract string SearchPattern {get; set;} |
A string of 1's and 0's to use as the synchronization pattern for sync search during digital demodulation.
Minimum length: 1 Symbol
Maximum length: 32 symbols
The pattern must be entered as binary digits. Characters other than one ('1') and zero ('0') are ignored. Only applies if IsPatternSearchEnabled is true.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)