GetOfdmTransmitPowerClass(string, out RFmxWlanMXOfdmTransmitPowerClass)
- Updated2025-10-13
- 1 minute(s) read
Gets the STA transmit power classification as defined in annexture D.2.2 of IEEE Standard 802.11–2016 , if you set the SetStandard(string, RFmxWlanMXStandard) method to Standard802_11p .
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetOfdmTransmitPowerClass(string selectorString, out RFmxWlanMXOfdmTransmitPowerClass value)
Remarks
This method gets the value of OfdmTransmitPowerClass attribute.The default value is A .
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 RFmxWlanMXOfdmTransmitPowerClass | Upon return, contains the STA transmit power classification as defined in annexture D.2.2 of IEEE Standard 802.11–2016 , if you set the SetStandard(string, RFmxWlanMXStandard) method to Standard802_11p . |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.