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

Derives from

None

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public class RFmxNRMXExtension

Remarks

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

Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Methods

NameDescription
GetNRList(this RFmxInstrMX, string)

Creates a new NR list if it doesn't exist; otherwise, it returns the existing NR list.

GetNRSignalConfiguration(this RFmxInstrMX, string)

Creates a NR signal configuration for specified signal name. Existing NR signal configuration is returned if specified signal name exists.

GetNRSignalConfiguration(this RFmxInstrMX)

Creates a new default NR signal configuration if it doesn't exist; otherwise, it returns the existing default NR signal configuration.

NRClearNoiseCalibrationDatabase(this RFmxInstrMX, string)

Clears the noise calibration database used for noise compensation.