What exactly is it that you require support with? It’s not clear from your message how we can assist. If you could share more details about what you are trying to do, what you have tried, what issues you are facing and screenshots of any errors etc then maybe we can advise further.
hi david,
I’m working on carmaker automation with python api.
i am able to connect the carmaker with python cmapi’s , but i want to know the result of the simulation whether it is passed or failed ,where the file has been stored.
hi David,
i want to add traffic details from CMapi’s using python
i.e., in carmaker tool parameters ->traffic → new
please tell me which api can i use
kindly give the solution
Rajesh P
The problem jeonghun is having is likely a license issue(I am not so sure).
A workaround for rajesh is to use the KeyValue DStore.OutPath. It is supposed be used in the SimParameters Infofile in the Data/Config folder, but for some reason the Python API just ignores it. So instead, you can put it inside the TestRun infofile and it will still work.
Other than the fact the CMAPI uses its own wrapper for the asyncio module in Python, it is still generic Python and error handling also remains identical.