Gets or sets the fundamental OFDM sampling frequency.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property OfdmSystemSampleFrequency As Double |
C# | |
---|
public abstract double OfdmSystemSampleFrequency {get; set;} |
C++/CLI | |
---|
public:
abstract property double OfdmSystemSampleFrequency {
double get();
void set ( double value);
} |
Property Value
The default value is 5 MHz. The maximum and minimum values are limited only by the capabilities of the measurement input hardware.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also