summaryrefslogtreecommitdiff
path: root/tools/openmodelica/linux/MDD_build/dcmotor/runMDD_dcmotor_both.mos
blob: c776b9a935343a4036b44c48ee80038e8efc9a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
loadModel(Modelica);
getErrorString();

loadFile("/home/souradip/Modelica_DeviceDrivers/Modelica_DeviceDrivers/package.mo");
getErrorString();

loadFile("/home/souradip/OpenModelica/Arduino.mo");
getErrorString();

translateModel(Arduino.SerialCommunication.MDD_Examples.MDD_dcmotor.MDD_dcmotor_both, fileNamePrefix="dcmotor_both");
getErrorString();