Gets or sets the roll off factor of the RRC filter used if
RrcFilterEnabled is set to true.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property RrcFilterAlpha As Double |
| C# | |
|---|
public abstract double RrcFilterAlpha {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double RrcFilterAlpha {
double get();
void set ( double value);
} |
Property Value
The default value is 0.22.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also