WOLFRAM SYSTEM MODELER

constructor

Initialize 1-dim. table defined by matrix

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Types.ExternalCombiTable1D.constructor"]
Out[1]:=

Syntax

externalCombiTable1D = constructor(tableName, fileName, table, columns, smoothness, extrapolation, verboseRead)

Inputs (7)

tableName

Type: String

Description: Table name

fileName

Type: String

Description: File name

table

Type: Real[:,:]

columns

Type: Integer[:]

smoothness

Type: Smoothness

Description: Enumeration defining the smoothness of table interpolation

extrapolation

Default Value: Modelica.Blocks.Types.Extrapolation.LastTwoPoints

Type: Extrapolation

Description: Enumeration defining the extrapolation of table interpolation

verboseRead

Default Value: true

Type: Boolean

Description: = true: Print info message; = false: No info message

Outputs (1)

externalCombiTable1D

Type: ExternalCombiTable1D

Description: External object of 1-dim. table defined by matrix