RFmxInstrMXLinearInterpolationFormat Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the format of parameters to interpolate.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public enum RFmxInstrMXLinearInterpolationFormat
Members
| Name | Value | Description |
|---|---|---|
| RealAndImaginary | 0 | Results in a linear interpolation of the real portion of the complex number and a separate linear interpolation of the complex portion. |
| MagnitudeAndPhase | 1 | Results in a linear interpolation. |
| Magnitude_dB_AndPhase | 2 | Results in a linear interpolation. |