RfsaLinearInterpolationFormat Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the format of parameters to interpolate.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaLinearInterpolationFormat
Members
| Name | Value | Description |
|---|---|---|
| RealAndImaginary | (int)4000 | Results in a linear interpolation of the real portion of the complex number and a separate linear interpolation of the complex portion. |
| MagnitudeAndPhase | (int)4001 | Results in a linear interpolation of the magnitude and a separate linear interpolation of the phase. |
| MagnitudeInDecibelAndPhase | (int)4002 | Results in a linear interpolation of the magnitude, in decibels, and a separate linear interpolation of the phase. |