By default
dymola.simulateModel("Modelica.Mechanics.Rotational.Examples.CoupledClutches", 0.0, 1.0,0, 0.0,"Dassl",0.0001, 0.0, "res")
generates .mat
file
Suppose if we want to generate txt file then below line is used
dymola.experimentSetupOutput(textual=True)
But if I want to save the result in sdf file format what should I do?