Gets or sets a value indicating the power threshold of active or unused subcarrier auto detection
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property BurstSearchThreshold As Double |
C# | |
---|
public abstract double BurstSearchThreshold {get; set;} |
C++/CLI | |
---|
public:
abstract property double BurstSearchThreshold {
double get();
void set ( double value);
} |
Property Value
The default value is -30dB.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also