.Modelica.Blocks.Sources.IntegerTable

Information

This block generates an Integer output signal by using a table. The time points and y-values are stored in a matrix table[i,j], where the first column table[:,1] contains the Real time points and the second column contains the Integer value of the output y at this time point. The table interpolation has the following properties:

Example:

table = [  0, 1;
           1, 4;
         1.5, 5;
           2, 6];

results in the following output:

IntegerTable.png


Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos