Gets or sets the power threshold (in dB, relative to maximum SS/PBCH block power) to use to decide if an SS/PBCH block is active.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property AutoDetectPowerThreshold As Double |
C# | |
---|
public abstract double AutoDetectPowerThreshold {get; set;} |
C++/CLI | |
---|
public:
abstract property double AutoDetectPowerThreshold {
double get();
void set ( double value);
} |
Property Value
Default value is -30.0 dB.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also