RFmxSpecAnMXExtension Class
- Updated2025-10-13
- 1 minute(s) read
Provides extension methods to create SpecAn signal configuration. These methods are added to RFmxInstrMX class.
Derives from
None
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public class RFmxSpecAnMXExtension
Remarks
For more information about RFmx Instruments, refer to the 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
| Name | Description |
|---|---|
| GetSpecAnList(this RFmxInstrMX, string) | Creates a new SpecAn list if it doesn't exist; otherwise, it returns the existing SpecAn list. |
| GetSpecAnSignalConfiguration(this RFmxInstrMX, string) | Creates a SpecAn signal configuration for specified signal name. Existing SpecAn signal configuration is returned if specified signal name exists. |
| GetSpecAnSignalConfiguration(this RFmxInstrMX) | Creates a new default SpecAn signal configuration if it doesn't exist; otherwise, it returns the existing default SpecAn signal configuration. |
| SpecAnClearNoiseCalibrationDatabase(this RFmxInstrMX, string) | Clears the noise calibration database used for noise compensation. |