.Modelica_LinearSystems2.ZerosAndPoles.Internal.checkRepresentation

Information

The function output is true if the system is given in zeros and poles representation. Therefore, it is assumend that the used array names are "z" and "p" or "n1, n2, d1" and "d2" respectively.

Interface

function checkRepresentation
  import Modelica_LinearSystems2.ZerosAndPoles;
  input String fileName = "zp.mat" "Name of the zeros and poles data file" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "state space system data file")));
  output Boolean iszp = true;
end checkRepresentation;

Generated at 2024-04-15T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos