Brainvision: Difference between revisions

Jump to navigation Jump to search
C.Lieu (talk | contribs)
Line 82: Line 82:
bb.sendMarker(100)    #This is your marker code, range code 1-255
bb.sendMarker(100)    #This is your marker code, range code 1-255
core.wait(0.002)      #2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate
core.wait(0.002)      #2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate
bb.sendMarker(0)      #Back to 0; now ready to send a new code</nowiki>
bb.sendMarker(0)      #Back to 0; now ready to send a new code
</syntaxhighlight>
</syntaxhighlight>