ScopeChannelMeasurement.PolynomialInterpolationOrder Property
- Updated2023-09-06
- 1 minute(s) read
ScopeChannelMeasurementPolynomialInterpolationOrder Property
Gets or sets the polynomial order used for the polynomial interpolation measurement.
For example, an order of 1 specifies linear interpolation whereas an order of 2 specifies parabolic interpolation. Any positive integer is valid.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public long PolynomialInterpolationOrder { get; set; }
Public Property PolynomialInterpolationOrder As Long Get Set
Property Value
Type: Int64The default value is 1.