Syntax

rtobj.getSessionList('testname','-a')

Arguments

testname
Name of the test for which you want to get the list of sessions.
'-a'
If the '-a' input argument is provided then return the entire record for each session.

Description

getSessionList is a method of the simwb.rtobj object. The method getSessionList returns a sorted list of sessions present in the test. If the argument testname is not specified, the function will return the list of sessions in the test that is currently loaded on the real-time host.

Example: rtobj_getSessionList.m