Gets or sets the per-subcarrier PDCCH scale factor in dB.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property PdcchScaleFactor As Double |
C# | |
---|
public abstract double PdcchScaleFactor {get; set;} |
C++/CLI | |
---|
public:
abstract property double PdcchScaleFactor {
double get();
void set ( double value);
} |
Property Value
The default value is 0 dB. The minimum value is -20 dB and the maximum is 20 dB
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also