RfsgLinearInterpolationFormat Enumeration
- Updated2024-05-08
- 1 minute(s) read
RfsgLinearInterpolationFormat Enumeration
Specifies the format of parameters to interpolate.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public enum RfsgLinearInterpolationFormat
Public Enumeration RfsgLinearInterpolationFormat
Members
Member name | Value | Description | |
---|---|---|---|
RealAndImaginary | 26000 | Results in a linear interpolation of the real portion of the complex number and a separate linear interpolation of the complex portion. | |
MagnitudeAndPhase | 26001 | Results in a linear interpolation of the magnitude and a separate linear interpolation of the phase. | |
MagnitudeInDecibelAndPhase | 26002 | Results in a linear interpolation of the magnitude, in decibels, and a separate linear interpolation of the phase. |