RFmx LTE DotNET

Table of Contents

RFmxLteMXExtension Class

  • Updated2024-07-17
  • 2 minute(s) read
RFmxLteMXExtension Class

RFmxLteMXExtension Class

Provides extension methods to create LTE signal configuration. These methods are added to RFmxInstrMX class.

Inheritance Hierarchy

SystemObject
  NationalInstruments.RFmx.InstrMXRFmxLteMXExtension

Namespace:  NationalInstruments.RFmx.InstrMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public static class RFmxLteMXExtension
<ExtensionAttribute>
Public NotInheritable Class RFmxLteMXExtension

The RFmxLteMXExtension type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetLteList
Creates a new Lte list if it doesn't exist; otherwise, it returns the existing Lte list.
Public methodStatic memberGetLteSignalConfiguration(RFmxInstrMX)
Creates a new default LTE signal configuration if it doesn't exist; otherwise, it returns the existing default LTE signal configuration.
Public methodStatic memberGetLteSignalConfiguration(RFmxInstrMX, String)
Creates a LTE signal configuration for specified signal name. Existing LTE signal configuration is returned if specified signal name exists.
Public methodStatic memberLteClearNoiseCalibrationDatabase
Clears the noise calibration database used for noise compensation.
Top

Remarks

For more information about NI-RFmx Instruments, refer to the NI-RFmx Instruments Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience