.Modelica_LinearSystems2.Internal.timeResponseMask_discrete

Information

Declares the common structure for the set of response functions

Interface

partial function timeResponseMask_discrete
  extends Modelica.Icons.Function;
  input DiscreteStateSpace dss "Discrete state space system";
  input Real tSpan = 0 "Simulation time span [s]";
  replaceable output Real y[:, size(dss.C, 1), size(dss.B, 2)] "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[:, size(dss.A, 1), size(dss.B, 2)] "State trajectories: (number of samples) x (number of states) x (number of inputs)";
end timeResponseMask_discrete;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos