ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgLinearInterpolationFormat EnumerationCurrent page
Table of Contents

RfsgLinearInterpolationFormat Enumeration

RfsgLinearInterpolationFormat Enumeration

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 nameValueDescription
RealAndImaginary26000 Results in a linear interpolation of the real portion of the complex number and a separate linear interpolation of the complex portion.
MagnitudeAndPhase26001 Results in a linear interpolation of the magnitude and a separate linear interpolation of the phase.
MagnitudeInDecibelAndPhase26002 Results in a linear interpolation of the magnitude, in decibels, and a separate linear interpolation of the phase.

See Also

In This Section
Was this information helpful?