Gets whether to estimate symbol clock error. This method is ignored when the Common Clock Source Enabled method is True and the Frequency Error Estimation method is Disabled, in which case, symbol clock error is not estimated. If symbol clock error is absent in the signal to be analyzed, you may disable symbol clock error estimation to reduce measurement time or to avoid measurement inaccuracy due to error in symbol clock error estimation.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetSymbolClockErrorEstimationEnabled(string selectorString, out RFmxNRMXModAccSymbolClockErrorEstimationEnabled value)

Remarks

This method gets the value of ModAccSymbolClockErrorEstimationEnabled attribute.The default value is True.

Parameters

NameTypeDescription
selectorStringstring

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

valueout RFmxNRMXModAccSymbolClockErrorEstimationEnabled

Upon return, contains whether to estimate symbol clock error. This method is ignored when the Common Clock Source Enabled method is True and the Frequency Error Estimation method is Disabled, in which case, symbol clock error is not estimated. If symbol clock error is absent in the signal to be analyzed, you may disable symbol clock error estimation to reduce measurement time or to avoid measurement inaccuracy due to error in symbol clock error estimation.

Returns

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