Syntax

rtobj.startTestSession('testname', 'sessionname')

Arguments

testname
Is the name of the test that you wish to start. If no session name is provided a new session is created and the test session is started.
sessionname
Is the name of the session in a particular test that you wish to start.

Description

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.

See also:

     getTestList   getCurrentTest   getSessionList   getCurrentSession

Example: rtobj_startTestSession.m