WOLFRAM SYSTEM MODELER

constructor

Initialize 1-dim. table where first column is time

Wolfram Language

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

Syntax

externalCombiTimeTable = constructor(tableName, fileName, table, startTime, columns, smoothness, extrapolation, shiftTime, timeEvents, verboseRead)

Inputs (10)

tableName

Type: String

Description: Table name

fileName

Type: String

Description: File name

table

Type: Real[:,:]

startTime

Type: Real

columns

Type: Integer[:]

smoothness

Type: Smoothness

Description: Enumeration defining the smoothness of table interpolation

extrapolation

Type: Extrapolation

Description: Enumeration defining the extrapolation of table interpolation

shiftTime

Default Value: 0.0

Type: Real

timeEvents

Default Value: Modelica.Blocks.Types.TimeEvents.Always

Type: TimeEvents

Description: Enumeration defining the time event handling of time table interpolation

verboseRead

Default Value: true

Type: Boolean

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

Outputs (1)

externalCombiTimeTable

Type: ExternalCombiTimeTable

Description: External object of 1-dim. table where first column is time