GetOfdmLtfSize(string, out RFmxWlanMXOfdmLtfSize)
- Updated2025-04-08
- 1 minute(s) read
Gets the LTF symbol size. This method is applicable only for 802.11ax and 802.11be signals.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetOfdmLtfSize(string selectorString, out RFmxWlanMXOfdmLtfSize value)
Remarks
This method gets 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 | out RFmxWlanMXOfdmLtfSize | Upon return, contains 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.