| Line 144: |
Line 144: |
| | | | |
| | Input | | Input |
| − | {| border="1" | + | {|class="wikitable" |
| | + | | event |
| | + | |colspan="2"|BrainStream event structure |
| | |- | | |- |
| − | | event || BrainStream event structure | | + | | var |
| | + | |colspan="2"| name of the user variable, notation according to the name specified in the experiment definition file, i.e., myvar or myvar.field |
| | |- | | |- |
| − | | var || name of the user variable, notation according to the name specified in the experiment definition file, i.e., myvar or myvar.field | | + | | mod |
| | + | |colspan="2"|options for mod are: |
| | |- | | |- |
| − | | mod || options for mod are: | | + | | |
| | + | | 'add' |
| | + | |add variable to the list |
| | |- | | |- |
| − | | ^ || 'add' || add variable to the list | + | | |
| | + | | 'remove' |
| | + | | remove variable from the list |
| | |- | | |- |
| − | | ^ || 'remove' || remove variable from the list | + | | |
| − | |-
| + | | 'clear' |
| − | | ^ || 'clear' || remove all variables from the list
| + | | remove all variables from the list |
| | |} | | |} |
| | | | |