.Modelica_LinearSystems2.StateSpace.Internal.readLength_nu

Information

Read the number of inputs nu of a state space system from a file

Interface

encapsulated function readLength_nu
  import Modelica_LinearSystems2.StateSpace.Internal.readSystemDimension;
  input String fileName = "ss_siso.mat" "Name of the state space system data file" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "state space system data file")));
  input String matrixName = "ABCD" "Name of the state space system matrix" annotation(
    Dialog);
  output Integer nu;
end readLength_nu;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos