.Buildings.Controls.OBC.CDL.Types.Smoothness

Information

Enumeration for the type of smoothness that is used when interpolating data from a table. The possible values are:

Enumeration Description
LinearSegments Linearly interpolate table points.
ConstantSegments Do not interpolate, but rather use the previously tabulated value.

Definition

type Smoothness = enumeration(LinearSegments "Table points are linearly interpolated", ConstantSegments "Table points are not interpolated, but the previous tabulated value is returned");

Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos