WOLFRAM SYSTEM MODELER

constructor

Initialize 2-dim. table defined by matrix

Wolfram Language

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

Syntax

externalCombiTable2D = constructor(tableName, fileName, table, smoothness, extrapolation, verboseRead)

Inputs (6)

tableName

Type: String

Description: Table name

fileName

Type: String

Description: File name

table

Type: Real[:,:]

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)

externalCombiTable2D

Type: ExternalCombiTable2D

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