Gets or sets the threshold for active channel detection when not automatic.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property ActiveChannelThreshold As Double |
C# | |
---|
public abstract double ActiveChannelThreshold {get; set;} |
C++/CLI | |
---|
public:
abstract property double ActiveChannelThreshold {
double get();
void set ( double value);
} |
Property Value
The default value is -30 dBc. The maximum value is 0 dBc, and the minimum is -120 dBc.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also