Changes

Jump to navigation Jump to search
37 bytes added ,  15:58, 9 June 2015
Line 48: Line 48:  
Oport.send_code(100);  #This is your marker code, range code 1-255
 
Oport.send_code(100);  #This is your marker code, range code 1-255
 
wait_interval(4);      #4ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate so 2 samples available
 
wait_interval(4);      #4ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate so 2 samples available
Oport.send_code(0);    #Back to 0; now ready to send a new code</nowiki>
+
Oport.send_code(0);    #Back to 0; now ready to send a new code
 +
</syntaxhighlight>
    
In BITSI extended protocol the reset is done by a specific time set with the capital "T".
 
In BITSI extended protocol the reset is done by a specific time set with the capital "T".
 
BITSI extended:
 
BITSI extended:
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#TemplateINFO.pcl
 
#TemplateINFO.pcl
  

Navigation menu