Page 1 of 1

e-prime and BCI2000

Posted: 05 Oct 2012, 18:06
by asif
Can we run e-prime stimuli in BCI2000? if so, please provide some guidelines. thanks

Re: e-prime and BCI2000

Posted: 24 Oct 2012, 13:19
by mellinger
Hi,

unfortunately E-Prime documentation is not available without registration, so can not give you precise directions.

As far as I understand it, E-Prime comes with a programming language similar to VisualBasic. It might be possible to use registered ActiveX/ActiveScripting/OLE/COM components just like in VisualBasic. If this is indeed the case, then you can use the BCI2000Automation interface to remote control BCI2000 from E-Prime scripts:
http://www.bci2000.org/wiki/index.php/C ... Automation

If it is not possible to use the automation interface, then you can still access the same functionality via the BCI2000RemoteLibrary DLL:
http://www.bci2000.org/wiki/index.php/T ... te_Library

As far as I understand it, E-Prime allows its scripts to call DLL functions in the same way as it is possible in VisualBasic.

Regards,
Juergen