Configures the synchronizationMode, measurementOffset, and measurementLength parameters for the SlotPower measurement.

Syntax

Namespace: NationalInstruments.RFmx.Cdma2kMX

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

synchronizationModeRFmxCdma2kMXSlotPowerSynchronizationMode

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

measurementOffsetint

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

measurementLengthint

Specifies the duration of SlotPower measurement. This value is expressed in slots.

Returns

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