ConfigureSynchronizationModeAndInterval(string, RFmxTdscdmaMXModAccSynchronizationMode, int, int)

Configures the synchronization mode, measurement offset, and measurement length for ModAcc analysis.

Syntax

Namespace: NationalInstruments.RFmx.TdscdmaMX

public int ConfigureSynchronizationModeAndInterval(string selectorString, RFmxTdscdmaMXModAccSynchronizationMode synchronizationMode, int measurementOffset, int measurementLength)

Parameters

NameTypeDescription
selectorStringstring

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

synchronizationModeRFmxTdscdmaMXModAccSynchronizationMode

Specifies the synchronization mode for the ModAcc measurement.

measurementOffsetint

Specifies the measurement offset to skip from the synchronization boundary. This value is expressed in slots.

measurementLengthint

Specifies the duration of the ModAcc measurement.

Returns

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