functiontimeResponseMask_tf
Declares the common structure for the set of response functions for a transfer function
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TransferFunction | tf | ||
| Real | dt | 0 | Sample time [s] |
| Real | tSpan | 0 | Simulation time span [s] |
| Integer[:,:] | toWindow | fill(-1, 1, 1) | -1/0/>0 plot in new window/last window/window ID |
| Boolean[:,:] | clearWindow | fill(false, 1, 1) | True, if previous window content is removed |
| String[:,:] | heading | fill("Time response", 1, 1) | Heading of the response diagram |
| String[2] | columnLabels | Modelica_LinearSystems2.Internal.defaultColumnLabels(1) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,1,1] | y | Output response: (number of samples) x (number of outputs) x (number of inputs) | |
| Real[:] | t | Time vector: (number of samples) | |
| Real[:,Modelica_LinearSystems2.TransferFunction.Analysis.denominatorDegree(tf),1] | x_continuous | State trajectories: (number of samples) x (number of states) x (number of inputs) |