RFmx WLAN DotNET

RFmxWlanMXOfdmModAccConfiguration.GetFrequencyErrorEstimationMethod Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWlanMXOfdmModAccConfiguration.GetFrequencyErrorEstimationMethod Method

RFmxWlanMXOfdmModAccConfigurationGetFrequencyErrorEstimationMethod Method

Gets the PPDU fields that the measurement uses to estimate the carrier frequency error in the acquired signal.

Namespace:  NationalInstruments.RFmx.WlanMX
Assembly:  NationalInstruments.RFmx.WlanMX.Fx40 (in NationalInstruments.RFmx.WlanMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int GetFrequencyErrorEstimationMethod(
	string selectorString,
	out RFmxWlanMXOfdmModAccFrequencyErrorEstimationMethod value
)
Public Function GetFrequencyErrorEstimationMethod ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxWlanMXOfdmModAccFrequencyErrorEstimationMethod
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value
Type: NationalInstruments.RFmx.WlanMXRFmxWlanMXOfdmModAccFrequencyErrorEstimationMethod
Upon return, contains the PPDU fields that the measurement uses to estimate the carrier frequency error in the acquired signal.

Return Value

Type: Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

Remarks

This method gets the value of OfdmModAccFrequencyErrorEstimationMethod attribute.The default value is PreambleAndPilots .

See Also

Log in to get a better experience