BrainStreamLoopTick: Difference between revisions

Jump to navigation Jump to search
Created page with "= Looptick functions = __TOC__ In parallel mode, it is possible to use looptick functions. Looptick functions will be put in a while-loop running a..."
 
 
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 ==