rtobj.startTestSession('testname', 'sessionname')
startTestSession is a method of the simwb.rtobj object. The startTestSession method will start the test session on the real-time host. This method will start a specific test if the testname is provided, else it will start the test that is currently loaded on the real-time host. If a test session name is provided, the given test session is started. If no session name is provided, this method will create a new test session and start this new session.
     getTestList   getCurrentTest   getSessionList   getCurrentSession