calling python from msc.adams

boris.smirnov at gmail.com boris.smirnov at gmail.com
Wed Feb 7 14:56:00 EST 2007


Hello all,

i need to call python from msc.adams.
the syntax is
"mdi -c python exit"
I have created a linux script called "run_python" with this content:
mdi -c python $* exit

then a call this script with a command:

run_python script.py param1 param2 .... paramN

Everything looks OK, but the problem is that also the last "exit"
parameter in run_python script is taken as an input into script.py
together with param1 param2 .... paramN. But I need this exit
parameter not to send to python but to mdi.

Is there anybody who could give me any hint of how to do it?
Thank you very much.
Regards,
Boris




More information about the Python-list mailing list