Przeglądaj źródła

CMSIS-DSP: Removed hardcoded path in SDFTools example7.

Christophe Favergeon 4 lat temu
rodzic
commit
713b4dcd73

+ 1 - 1
PythonWrapper/.gitignore

@@ -1,4 +1,4 @@
 dist/
 build/
-
+examples/rec_2.dat
 

+ 1 - 1
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(