Gets or sets the fundamental OFDM sampling frequency.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property SystemSampleFrequency As Double |
| C# | |
|---|
public abstract double SystemSampleFrequency {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double SystemSampleFrequency {
double get();
void set ( double value);
} |
Property Value
The default (DOCSISUpStream standard) value is 102.4 MHz.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also