Skip to content

Commit 3c5572d

Browse files
committed
use modelName for system name at printing
1 parent d047196 commit 3c5572d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Modelica_LinearSystems2/ModelAnalysis.mo

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ package ModelAnalysis
8585
output String filePath "Full path name of report file";
8686

8787
algorithm
88-
filePath := Modelica_LinearSystems2.StateSpace.Analysis.analysis(
89-
ssLin,
90-
analyseOptions=Modelica_LinearSystems2.Internal.AnalyseOptions(dB_w=dB_w));
88+
filePath := Modelica_LinearSystems2.StateSpace.Analysis.analysis(
89+
ssLin,
90+
Modelica_LinearSystems2.Internal.AnalyseOptions(dB_w=dB_w),
91+
systemName=modelName);
9192
annotation(__Dymola_interactive=true, Icon(graphics={
9293
Ellipse(
9394
extent={{-100,100},{100,-100}},

0 commit comments

Comments
 (0)