ConfigureSynchronizationModeAndInterval(string, RFmxWcdmaMXCdaSynchronizationMode, int, int)
- Updated2025-04-08
- 1 minute(s) read
Configures the synchronization mode, measurement offset, and measurement length.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int ConfigureSynchronizationModeAndInterval(string selectorString, RFmxWcdmaMXCdaSynchronizationMode synchronizationMode, int measurementOffset, int measurementLength)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
synchronizationMode | RFmxWcdmaMXCdaSynchronizationMode | Specifies whether the measurement is performed from the frame, slot, or symbol boundary. |
measurementOffset | int | 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. |
measurementLength | int | Specifies the duration of the code domain 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.