SetOfdmLtfSize(string, RFmxWlanMXOfdmLtfSize)
- Updated2025-10-13
- 1 minute(s) read
Sets the LTF symbol size. This method is applicable only for 802.11ax, 802.11be, and 802.11bn signals. For 802.11ax Trigger-based PPDU, you must always configure this method. For other signals, you must configure this method, if OFDMHeaderDecodingEnabled is False.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int SetOfdmLtfSize(string selectorString, RFmxWlanMXOfdmLtfSize value)
Remarks
This method sets the value of OfdmLtfSize attribute.The default value is LtfSize4x .
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxWlanMXOfdmLtfSize | Specifies the LTF symbol size. This method is applicable only for 802.11ax, 802.11be, and 802.11bn signals. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.