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

TypeNameDefaultDescription
TransferFunctiontf
Realdt0Sample time [s]
RealtSpan0Simulation time span [s]
Integer[:,:]toWindowfill(-1, 1, 1)-1/0/>0 plot in new window/last window/window ID
Boolean[:,:]clearWindowfill(false, 1, 1)True, if previous window content is removed
String[:,:]headingfill("Time response", 1, 1)Heading of the response diagram
String[2]columnLabelsModelica_LinearSystems2.Internal.defaultColumnLabels(1)

Outputs

TypeNameDefaultDescription
Real[:,1,1]yOutput response: (number of samples) x (number of outputs) x (number of inputs)
Real[:]tTime vector: (number of samples)
Real[:,Modelica_LinearSystems2.TransferFunction.Analysis.denominatorDegree(tf),1]x_continuousState trajectories: (number of samples) x (number of states) x (number of inputs)