RfsgLinearInterpolationFormat Enumeration
- Updated2025-07-17
- 1 minute(s) read
Rfsg
Specifies the format of parameters to interpolate.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public enum RfsgLinearInterpolationFormat
Public Enumeration RfsgLinearInterpolationFormat
Members
Member name | Value | Description |
---|---|---|
RealAndImaginary | 26,000 | Results in a linear interpolation of the real portion of the complex number and a separate linear interpolation of the complex portion. |
MagnitudeAndPhase | 26,001 | Results in a linear interpolation of the magnitude and a separate linear interpolation of the phase. |
MagnitudeInDecibelAndPhase | 26,002 | Results in a linear interpolation of the magnitude, in decibels, and a separate linear interpolation of the phase. |