Gets or sets the subcarrier spacing of the input signal. For HE signals, this indicates the subcarrier spacing of the pre-HE part.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property SubcarrierSpacing As Double |
| C# | |
|---|
public abstract double SubcarrierSpacing {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double SubcarrierSpacing {
double get();
void set ( double value);
} |
Property Value
The default value is 312.5 kHz.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also