RFmxLteMXList Class
- Updated2024-07-17
- 4 minute(s) read
RFmxLteMXList Class
Defines a root class which is used to identify and control Lte list.
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public sealed class RFmxLteMXList : IList, IDisposable
Public NotInheritable Class RFmxLteMXList Implements IList, IDisposable
The RFmxLteMXList type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsDisposed |
Gets a value that indicates whether the list has been disposed.
|
![]() | ListName |
Gets the list name.
|
![]() | ListType |
Gets the Type object for RFmxLteMXList.
|
Methods
Name | Description | |
---|---|---|
![]() | AbortMeasurements |
Stops acquisition and measurements associated with list instance that you specify in the selectorString parameter, which were previously initiated by the Initiate(String, String) method or measurement read methods. Calling this method is optional, unless you want to stop a measurement before it is complete. This method executes even if there is an incoming error. |
![]() | CheckMeasurementStatus |
Checks the status of the measurement. Use this method to check for any errors that may occur during measurement or to check whether the measurement is complete and results are available. |
![]() | ClearAllNamedResults |
Clears all results for the current list instance. |
![]() | ClearNamedResult |
Clears a result instance specified by the result name in the selectorString parameter. |
![]() | Commit |
Commits settings to the hardware. Calling this method is optional. RFmxLTE commits settings to the hardware when you call the Initiate(String, String) method. |
![]() | CreateListStep | Creates a new list step instance in a list. |
![]() | DeleteList |
Deletes an instance of a list. |
![]() | Dispose |
Deletes the list and clears any trace of the current list, if any.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetListStep | Returns a list step instance in a list. |
![]() | GetListStepAll | Returns all list step instances in a list. |
![]() | GetListStepRange | Returns a range of list step instances in a list. |
![]() | GetNumberOfSteps |
Returns number of list step instances in a list. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initiate |
Initiates all enabled measurements. Call this method after configuring the list and measurement. This method asynchronously launches measurements in the background and immediately returns to the caller program. You can fetch measurement results using the Fetch methods or result methods in the method node. To get the status of measurements, use the WaitForMeasurementComplete(String, Double) method or CheckMeasurementStatus(String, Boolean) method. |
![]() | ResetToDefault |
Resets a list to the default values. |
![]() | SetNumberOfSteps |
Sets number of list step instances in a list. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitForMeasurementComplete |
Waits for the specified number for seconds for all the measurements to complete. |