RFmxGsmMXModAccMeasurementInterval Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the measurement is performed on a single specified timeslot or across multiple timeslots.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public enum RFmxGsmMXModAccMeasurementInterval
Members
| Name | Value | Description |
|---|---|---|
| NumberOfTimeslots | 0 | The measurement includes all timeslots defined by the SetNumberOfTimeslots(string, int) property. |
| TimeslotAtOffset | 1 | The measurement is performed only on the timeslot specified by the SetMeasurementOffset(string, int) method. This method is applicable only when you set the SetTriggerType(string, RFmxGsmMXTriggerType) method to IQPowerEdge or DigitalEdge. |