Changes

Jump to navigation Jump to search
1 byte removed ,  13:21, 29 August 2023
Line 272: Line 272:     
# select a function
 
# select a function
bb.sendMarker(val=(ord(X)))   #select pulse time
+
bb.sendMarker(val=(ord('X'))) #select pulse time
 
bb.sendMarker(val=2)          #set time of dureation pulse to 2ms
 
bb.sendMarker(val=2)          #set time of dureation pulse to 2ms
   −
bb.sendMarker(val=(ord(M)))   #select marker out
+
bb.sendMarker(val=(ord('M'))) #select marker out
bb.sendMarker(val=115)           #set marker value 115
+
bb.sendMarker(val=115)         #set marker value 115
 
</syntaxhighlight>
 
</syntaxhighlight>
   Line 341: Line 341:  
<br>
 
<br>
 
<br>
 
<br>
 +
 
=== Matlab ===
 
=== Matlab ===
 
'''Example using markers with the Buttonbox in Matlab:'''
 
'''Example using markers with the Buttonbox in Matlab:'''

Navigation menu