functiontimeResponseMask2_tf
Declares the common structure for the set of response functions
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica_LinearSystems2.TransferFunction | tf | ||
| Real | dt | 0 | Sample time [s] |
| Real | tSpan | 0 | Simulation time span [s] |
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) |