blockIntegerTable

Generate an Integer table

Extends from Modelica.Blocks.Icons.IntegerBlock (Basic graphical layout of Integer block).

Information

This block generates a graphical interface for the generation of an integer table data that can then be referenced.

The number of tables and rows are specified by clicking on the edit icon next to the variable table.

Example:

Rows = 4 and Columns = 2

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

Parameters

TypeNameDefaultDescription
Integer[:,:]tablefill(0, 0, 2)Table matrix for Integer parameters