Specifies the format of parameters to interpolate.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public enum RfsaLinearInterpolationFormat

Members

NameValueDescription
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.