ConfigureSynchronizationModeAndOffset(string, RFmxTdscdmaMXCdaSynchronizationMode, int)
- Updated2025-01-27
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
synchronizationMode | RFmxTdscdmaMXCdaSynchronizationMode | Specifies the synchronization mode for the CDA measurement. Currently, only the slot mode is supported. |
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. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.