ConfigureSynchronizationModeAndInterval(string, RFmxTdscdmaMXModAccSynchronizationMode, int, int)
- Updated2025-01-27
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
synchronizationMode | RFmxTdscdmaMXModAccSynchronizationMode | Specifies the synchronization mode for the ModAcc measurement. |
measurementOffset | int | Specifies the measurement offset to skip from the synchronization boundary. This value is expressed in slots. |
measurementLength | int | 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.