Changes

Jump to navigation Jump to search
Line 40: Line 40:     
Below an example Actions table is shown:
 
Below an example Actions table is shown:
{| border="1"
+
{| class="wikitable"
 
|-
 
|-
 
| '''marker''' || '''time''' || '''function''' || '''looptick''' || '''client'''  
 
| '''marker''' || '''time''' || '''function''' || '''looptick''' || '''client'''  
Line 49: Line 49:     
When marker mrk1 arrives, first functions fnc1 and fnc2 will be executed on client 'stim'. When these functions have finished, looptick function my_looptick will be called. It will keep running on the client until the loop is finished or BrainStream aborts the loop.
 
When marker mrk1 arrives, first functions fnc1 and fnc2 will be executed on client 'stim'. When these functions have finished, looptick function my_looptick will be called. It will keep running on the client until the loop is finished or BrainStream aborts the loop.
 +
 
== Modifying the loop ==
 
== Modifying the loop ==
  

Navigation menu