Hello,
I used WSMLink to simulate modelica model from Mathematica. However, The simulation settings file (.sim) is generating wrong filePath and resultFilePath.
See an example below.
 
 <?xml version="1.0"?>
 <!DOCTYPE simulation>
 <simulation version="1.0"
    name="BouncingBall"
    start="0."
    end="10."
    stepSize="0"
    outputSteps="-1"
    tolerance="1.e-6"
    method="dassl"
    filePath="BouncingBall.exe"
    resultFilePath="BouncingBall.mat">
From the above resultfilePath is " BouncingBall.mat" .However, The actual result file is "32608BouncingBall_1.mat"
Why resultfilePath refers to the " BouncingBall.mat" while the generated file is with file name "32608BouncingBall_1.mat"?
The Simulation settings file generated is also attached below.
				
					
				
				
					
					
						
							 Attachments:
							Attachments: