|
From: | Wolking, Sebastian |
Subject: | dos command issue |
Date: | Sat, 4 Nov 2017 12:55:39 +0000 |
Hello everyone, I have a problem with a script – programed in MatLab – which is organizing a co-simulation between two programs. The programs were started in MatLab with the dos(…) command.
Using the same code now in Octave, there is an error occurring in that line. 1st part: Starting a prompt of the program 2nd part: Used Python script, 3rd part: File of the program to open 4th part: Simulation case dos("C:\Program Files (x86)\AVL\bin\aws_cmd" "D:\SG_EHDT_Simulation\T100E\3600rpm\step_1\excite\Test.py" "D:\ SG_EHDT_Simulation\T100E\3600rpm\step_1\excite\EHD_T.ex" "JBT_IME.D_30_B_30" hidden) Octave gives back: Error opening Python script D:\SG_EHDT_Simulation\T100E\3600rpm\step_1\excite\Test.py I also tried to start the program out of the Windows prompt. Same error. For me, it seems to be a problem with the Python script, so I installed Anaconda and hoped it would work. I there is still the same problem. Could it be a problem
with variables, which need to be set? Could someone help me? Thank you for your time. Best regards! Sebastian |
[Prev in Thread] | Current Thread | [Next in Thread] |