GetMeasurementInterval(string, out RFmxGsmMXModAccMeasurementInterval)
- Updated2025-10-13
- 1 minute(s) read
Gets whether the measurement is performed on a single specified timeslot or across multiple timeslots.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int GetMeasurementInterval(string selectorString, out RFmxGsmMXModAccMeasurementInterval value)
Remarks
This method gets 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 | out RFmxGsmMXModAccMeasurementInterval | Upon return, contains 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.