SetMeasurementInterval(string, RFmxGsmMXModAccMeasurementInterval)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the measurement is performed on a single specified timeslot or across multiple timeslots.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int SetMeasurementInterval(string selectorString, RFmxGsmMXModAccMeasurementInterval value)
Remarks
This method sets the value of ModAccMeasurementInterval attribute.The default Value iss 'Number of Timeslots'.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxGsmMXModAccMeasurementInterval | Specifies whether the measurement is performed on a single specified timeslot or across multiple timeslots. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.