Gets whether the demodulator that needs to search and synchronize the signal to a known reference sequence is enabled.

Syntax

Namespace: NationalInstruments.RFmx.DemodMX

public int GetSynchronizationEnabled(string selectorString, out RFmxDemodMXDDemodSynchronizationEnabled value)

Remarks

This method maps to the RFmxDemod_DDemodGetSynchronizationEnabled() function in C.

The reference sequence is the symbol representation of a defined set of bits known to be present in the transmitted signal. If the synchronization is found in the demodulated signal, the measurement is performed from this point onward. If the synchronization is not found, the entire signal is used for the measurement.

Parameters

NameTypeDescription
selectorStringstring

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

valueout RFmxDemodMXDDemodSynchronizationEnabled

Upon return, contains the value that indicates whether the demodulator that needs to search and synchronize the signal to a known reference sequence is enabled.

Returns

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