Configures how the modulation accuracy (ModAcc) measurement synchronizes to the signal and the synchronization interval length.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int ConfigureSynchronizationModeAndInterval(string selectorString, RFmxEvdoMXModAccSynchronizationMode 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.

synchronizationModeRFmxEvdoMXModAccSynchronizationMode

Specifies whether the measurement is performed from frame, slot, or symbol boundary.

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.

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.