From 713b4dcd736715bbc5c06f356fbcfb3a1f8bfd4d Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Fri, 25 Feb 2022 11:31:25 +0100 Subject: [PATCH] CMSIS-DSP: Removed hardcoded path in SDFTools example7. --- PythonWrapper/.gitignore | 2 +- SDFTools/examples/example7/PythonTest.mo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PythonWrapper/.gitignore b/PythonWrapper/.gitignore index ac73c102..5e14428f 100755 --- a/PythonWrapper/.gitignore +++ b/PythonWrapper/.gitignore @@ -1,4 +1,4 @@ dist/ build/ - +examples/rec_2.dat diff --git a/SDFTools/examples/example7/PythonTest.mo b/SDFTools/examples/example7/PythonTest.mo index 19a04359..778cdf66 100755 --- a/SDFTools/examples/example7/PythonTest.mo +++ b/SDFTools/examples/example7/PythonTest.mo @@ -13,7 +13,7 @@ model PythonTest Placement(visible = true, transformation(origin = {-82, 8}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); inner Modelica.Blocks.Noise.GlobalSeed globalSeed annotation( Placement(visible = true, transformation(origin = {-86, -28}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - ARM.Sound.WaveOutput waveOutput(path = "C:\\benchresults\\PythonSDFModelica\\larsen.wav") annotation( + ARM.Sound.WaveOutput waveOutput annotation( Placement(visible = true, transformation(origin = {24, -32}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation connect(vht.y, transferFunction.u) annotation(