RFmxLteMXExtension Class
- Updated2024-07-17
- 2 minute(s) read
RFmxLteMXExtension Class
Provides extension methods to create LTE signal configuration. These methods are added to RFmxInstrMX class.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | GetLteList |
Creates a new Lte list if it doesn't exist; otherwise, it returns the
existing Lte list.
|
![]() ![]() | GetLteSignalConfiguration(RFmxInstrMX) |
Creates a new default LTE signal configuration if it doesn't exist; otherwise, it returns the
existing default LTE signal configuration.
|
![]() ![]() | GetLteSignalConfiguration(RFmxInstrMX, String) |
Creates a LTE signal configuration for specified signal name. Existing LTE signal configuration is
returned if specified signal name exists.
|
![]() ![]() | LteClearNoiseCalibrationDatabase | Clears the noise calibration database used for noise compensation. |
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.