Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsSearchLengthAuto As Boolean |
C# | |
---|---|
public abstract bool IsSearchLengthAuto {get; set;} |
In Auto mode, the Search Length is determined by the VSA based on the settings in the Format tab. Parameters that affect search length are as follows:
- FFT Length - affects symbol length
- Cyclic Prefix - affect symbol length
- Time Interleaving Depth - determines how much more time data to acquire than Result Length to account for time interleaving
- Initial Settings = Auto - assumes worst-case FFT Length (8k) and Cyclic Prefix (1024 Tsu)
- assumes worst-case Time Interleaving (32)
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)