Create New TestRun from Scratch using Python API

Hello,

I want to create a new TestRun from scratch and add ego vehicle and few traffic participants with cusstom parameters using Python API. is it possible at all? If yes, How complicated would it be ? and any example code would be helpful.

Hi @ravi1998 ,
at this moment, Python API is used only to run test variations of a prepared TestRuns. If you have a template with Ego vehicle and traffic these can be varied, but there is currently no way that I know to create it from scratch. Do check out the example python scripts that comes along with the installation package.