.Modelica_LinearSystems2.Internal.timeResponseMask_tf_discrete

Information

Declares the common structure for the set of discrete response functions

Interface

partial function timeResponseMask_tf_discrete
  input Modelica_LinearSystems2.DiscreteTransferFunction dtf;
  input Real tSpan = 0 "Simulation time span [s]";
  replaceable output Real y[:, 1, 1] "Output response: (number of samples) x (number of outputs) x (number of inputs)";
  output Real t[:] "Time vector: (number of samples)";
  replaceable output Real x_discrete[:, Modelica_LinearSystems2.DiscreteTransferFunction.Analysis.denominatorDegree(dtf), 1] "State trajectories: (number of samples) x (number of states) x (number of inputs)";
end timeResponseMask_tf_discrete;

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos