SetOfdmLtfSize(string, RFmxWlanMXOfdmLtfSize)
- Updated2025-04-08
- 1 minute(s) read
Sets the LTF symbol size. This method is applicable only for 802.11ax and 802.11be 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 and 802.11be signals. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.