Gets or sets a value indicating whether the reference channel is determined as the one with the highest SNR in the peak of the impulse response, or
specified manually.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property ReferenceChannelAuto As Boolean |
C# | |
---|
public abstract bool ReferenceChannelAuto {get; set;} |
C++/CLI | |
---|
public:
abstract property bool ReferenceChannelAuto {
bool get();
void set ( bool value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also