.FCSys.Utilities.plot6

Information

This function calls the createPlot() function in Dymola to create a tiled array of six plots. It may not work with other tools.

Interface

function plot6
  extends Modelica.Icons.Function;
  input String y1[:] = fill("", 0) "<html>Names of the signals for the 1<sup>st</sup> plot</html>" annotation(
    Dialog(__Dymola_label = "<html><i>y</i><sub>1</sub></html>"));
  input String y2[:] = fill("", 0) "<html>Names of the signals for the 2<sup>nd</sup> plot</html>" annotation(
    Dialog(__Dymola_label = "<html><i>y</i><sub>2</sub></html>"));
  input String y3[:] = fill("", 0) "<html>Names of the signals for the 3<sup>rd</sup> plot</html>" annotation(
    Dialog(__Dymola_label = "<html><i>y</i><sub>3</sub></html>"));
  input String y4[:] = fill("", 0) "<html>Names of the signals for the 4<sup>th</sup> plot</html>" annotation(
    Dialog(__Dymola_label = "<html><i>y</i><sub>4</sub></html>"));
  input String y5[:] = fill("", 0) "<html>Names of the signals for the 5<sup>th</sup> plot</html>" annotation(
    Dialog(__Dymola_label = "<html><i>y</i><sub>5</sub></html>"));
  input String y6[:] = fill("", 0) "<html>Names of the signals for the 6<sup>th</sup> plot</html>" annotation(
    Dialog(__Dymola_label = "<html><i>y</i><sub>6</sub></html>"));
end plot6;

Generated at 2024-05-07T18:16:22Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos