Changes

Jump to navigation Jump to search
19 bytes removed ,  09:46, 1 May 2014
Line 17: Line 17:  
== Presentation ==
 
== Presentation ==
 
  <nowiki>
 
  <nowiki>
'''-TemplateINFO.pcl'''
+
#TemplateINFO.pcl
    
output_port Oport = output_port_manager.get_port( 1 );
 
output_port Oport = output_port_manager.get_port( 1 );
   −
 
+
#TemplateSUBS.pcl
'''-TemplateSUBS.pcl'''
+
Oport.send_code(100); #This is your marker code, range code 1-255
 
+
wait_interval(2);     #2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate
Oport.send_code(100); ''#This is your marker code, range code 1-255''
+
Oport.send_code(0);   #Back to 0; now ready to send a new code</nowiki>
 
  −
wait_interval(2); ''#2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate''
  −
 
  −
Oport.send_code(0); ''#Back to 0; now ready to send a new code''</nowiki>
      
== Python ==
 
== Python ==

Navigation menu