RFmx WCDMA DotNET

RFmxWcdmaMXQevmResults.GetMaximumFrequencyError Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWcdmaMXQevmResults.GetMaximumFrequencyError Method

RFmxWcdmaMXQevmResultsGetMaximumFrequencyError Method

Gets the maximum value of the frequency errors for a QPSK signal. This value is expressed in Hz.This value is obtained over all averaging iterations. The number of acquisitions is specified by the value of the SetAveragingCount(String, Int32) method. The frequency error is the estimated difference between the carrier frequency of the received signal and the ideal signal.

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int GetMaximumFrequencyError(
	string selectorString,
	out double value
)
Public Function GetMaximumFrequencyError ( 
	selectorString As String,
	<OutAttribute> ByRef value As Double
) As Integer

Parameters

selectorString  String
Specifies the result name.
Example: ""

"result::r1"

You can use the BuildResultString(String) method to build the selectorString.
value  Double
Upon return, contains the maximum value of the frequency errors for a QPSK signal. This value is expressed in Hz.This value is obtained over all averaging iterations. The number of acquisitions is specified by the value of the SetAveragingCount(String, Int32) method. The frequency error is the estimated difference between the carrier frequency of the received signal and the ideal signal.

Return Value

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 QevmResultsMaximumFrequencyError attribute.

See Also

Log in to get a better experience