GetOfdmStbcEnabled(string, out RFmxWlanMXOfdmStbcEnabled)
- Updated2025-04-08
- 1 minute(s) read
Gets whether space-time block coding is enabled. This method is applicable only for 802.11ax TB PPDU.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetOfdmStbcEnabled(string selectorString, out RFmxWlanMXOfdmStbcEnabled value)
Remarks
This method gets the value of OfdmStbcEnabled attribute.The default value is False .
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out RFmxWlanMXOfdmStbcEnabled | Upon return, contains whether space-time block coding is enabled. This method is applicable only for 802.11ax TB PPDU. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.