Sets 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 SetOfdmTransmitPowerClass(string selectorString, RFmxWlanMXOfdmTransmitPowerClass value)

Remarks

This method sets the value of OfdmTransmitPowerClass attribute.The default value is A .

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueRFmxWlanMXOfdmTransmitPowerClass

Specifies 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.