ConfigureSynchronizationModeAndInterval(string, RFmxLteMXSlotPhaseSynchronizationMode, int, int)
- Updated2025-04-08
- 1 minute(s) read
Configures the synchronizationhronizationMode, measurementOffset, and measurementLength parameters of SlotPhase measurement.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int ConfigureSynchronizationModeAndInterval(string selectorString, RFmxLteMXSlotPhaseSynchronizationMode 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 | RFmxLteMXSlotPhaseSynchronizationMode | Specifies whether the measurement is performed from the frame or the slot boundary. |
measurementOffset | int | Specifies the measurement offset to skip from the synchronization boundary. The synchronization boundary is specified by the Synchronization Mode parameter. This value is expressed in slots. |
measurementLength | int | Specifies the number of slots to be measured. 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.