ConfigureSynchronizationModeAndOffset(string, RFmxTdscdmaMXCdaSynchronizationMode, int)

Configures the synchronization mode and the measurement offset for the code domain analysis (CDA) measurement. You can select a specific time slot for the measurement using this method.

Syntax

Namespace: NationalInstruments.RFmx.TdscdmaMX

public int ConfigureSynchronizationModeAndOffset(string selectorString, RFmxTdscdmaMXCdaSynchronizationMode synchronizationMode, int measurementOffset)

Parameters

NameTypeDescription
selectorStringstring

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

synchronizationModeRFmxTdscdmaMXCdaSynchronizationMode

Specifies the synchronization mode for the CDA measurement. Currently, only the slot mode is supported.

measurementOffsetint

Specifies the measurement offset to skip from the synchronization boundary. This value is expressed in slots. The synchronization boundary is specified by the synchronizationMode parameter.

Returns

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