RFmx LTE DotNET

Table of Contents

RFmxLteMXList Class

  • Updated2024-07-17
  • 4 minute(s) read
RFmxLteMXList Class

RFmxLteMXList Class

Defines a root class which is used to identify and control Lte list.

Inheritance Hierarchy

SystemObject
  NationalInstruments.RFmx.LteMXRFmxLteMXList

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

  NameDescription
Public propertyIsDisposed
Gets a value that indicates whether the list has been disposed.
Public propertyListName
Gets the list name.
Public propertyListType
Gets the Type object for RFmxLteMXList.
Top

Methods

  NameDescription
Public methodAbortMeasurements
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.
Public methodCheckMeasurementStatus
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.
Public methodClearAllNamedResults
Clears all results for the current list instance.
Public methodClearNamedResult
Clears a result instance specified by the result name in the selectorString parameter.
Public methodCommit
Commits settings to the hardware. Calling this method is optional. RFmxLTE commits settings to the hardware when you call the Initiate(String, String) method.
Public methodCreateListStep
Creates a new list step instance in a list.
Public methodDeleteList
Deletes an instance of a list.

Public methodDispose
Deletes the list and clears any trace of the current list, if any.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetListStep
Returns a list step instance in a list.
Public methodGetListStepAll
Returns all list step instances in a list.
Public methodGetListStepRange
Returns a range of list step instances in a list.
Public methodGetNumberOfSteps
Returns number of list step instances in a list.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitiate
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.
Public methodResetToDefault
Resets a list to the default values.
Public methodSetNumberOfSteps
Sets number of list step instances in a list.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWaitForMeasurementComplete
Waits for the specified number for seconds for all the measurements to complete.
Top

See Also

Log in to get a better experience