Stimuli File Open or Close and end of Session

Whenever a stimuli file is opened or closed it is logged in the output. The first line of the output will be the opening of the initial stimuli file, it might look like this:

#000000000 Opened file 'C:\Project\Test\test.stim' as [ 0]

The number in square brackets is the file number assigned to the file, starting at 0. This number is used to refer to the file in other messages. If another stimuli file is opened, it will get number 1, and so on.

When the file is closed, a similar message appears:

#000000028 Closed file 'C:\Project\Test\test.stim' [ 0]

When the last stimuli file has been closed, the stimuli session is ended, and no more stimuli will be produced. Notice that the last closed file does not have to be the initial file. When the last file has been closed, the following message is produced:

#000000036 All stimuli files closed