InterpolationModes

The interpolation mode for the set point curve can be set with this attribute.

Interpolation mode

Description

Example

None

No interpolation, fixed points are exported as set points.

CAUTION Set points array generated with ‘none’ interpolation will have dynamic length, user should not map this result to a fixed length array symbol.

 

PolynomialOfDegree3

The used interpolation is PolynomialOfDegree3; the interpolation can be influenced using the Calculate Slope attribute.

InterpolationModes 1:

Linear

Linear interpolation between two fixed points is calculated for the curve.

InterpolationModes 2:

StepAfter

The curve changes its value only at fixed points and maintains the last fixed-point value between two points.

InterpolationModes 3:

Schema: tchmi:framework#/definitions/InterpolationMode

Attribute getter: getInterpolationMode

Attribute setter: setInterpolationMode

Available: since version 12.6.0