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