RFmx NR DotNET

RFmxNRMXModAccConfiguration.GetFrequencyErrorEstimation Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxNRMXModAccConfiguration.GetFrequencyErrorEstimation Method

RFmxNRMXModAccConfigurationGetFrequencyErrorEstimation Method

Gets the operation mode of frequency error estimation. If frequency error is absent in the signal to be analyzed, you may disable frequency estimation to reduce measurement time or to avoid measurement inaccuracy due to error in frequency error estimation.

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

Syntax

public int GetFrequencyErrorEstimation(
	string selectorString,
	out RFmxNRMXModAccFrequencyErrorEstimation value
)
Public Function GetFrequencyErrorEstimation ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxNRMXModAccFrequencyErrorEstimation
) 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.NRMXRFmxNRMXModAccFrequencyErrorEstimation
Upon return, contains the operation mode of frequency error estimation. If frequency error is absent in the signal to be analyzed, you may disable frequency estimation to reduce measurement time or to avoid measurement inaccuracy due to error in frequency error estimation.

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 ModAccFrequencyErrorEstimation attribute.The default value is Normal.

See Also

Log in to get a better experience