Changes

Jump to navigation Jump to search
246 bytes added ,  10:40, 7 August 2015
Line 178: Line 178:  
[[File:Buttonbox1.png]]
 
[[File:Buttonbox1.png]]
   −
See chapter 8 in the presentation manual by clicking [http://tsgdoc.socsci.ru.nl/images/9/9e/Programming_with_Presentation_2013.pdf here]
+
<syntaxhighlight>
 +
In PCL code you can program a handle to send a marker:
 +
#handle:
 +
output_port OutputPort = output_port_manager.get_port( 1 );
 +
To send a marker:
 +
OutputPort.send_code(100); #create a marker
 +
</syntaxhighlight>
 +
 
 +
 
 +
for more information see chapter 8 in the presentation manual by clicking [http://tsgdoc.socsci.ru.nl/images/9/9e/Programming_with_Presentation_2013.pdf here]
    
=== Python/PsychoPy ===
 
=== Python/PsychoPy ===
733

edits

Navigation menu