Gets or sets the length of the window for uplink synchronization (in symbols) relative to the pulse search if enabled, or trigger otherwise.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property SynchronizationSearchLength As Double |
C# | |
---|
public abstract double SynchronizationSearchLength {get; set;} |
C++/CLI | |
---|
public:
abstract property double SynchronizationSearchLength {
double get();
void set ( double value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also