Contributions:CereStim: Difference between revisions
| Line 25: | Line 25: | ||
===AppliedCurrent=== | ===AppliedCurrent=== | ||
This parameter sets the maximum applied current in microamps. Unlike the applied voltage which fluctuates and therefore may or may not hit the maximum, this parameter serves the purpose of being a safety check for your uploaded stimulation configurations. Thus, to be 100% sure you are not stimulating above a desired current value, you can set this parameter to that maximum. If set to auto, the default will be the maximum current the CereStim can stimulate with. | |||
===AppliedPhaseCharge=== | ===AppliedPhaseCharge=== | ||
Revision as of 15:39, 21 July 2021
Versioning

Author
Alexander Belsten (belsten@neurotechcenter.org)
Version History
- 2021/07/21: Initial release
Source Code Revisions
- Initial development: 6337
- Known to compile under: 6337
- Broken since: --
Functional Description
This output extension integrates the Blackrock CereStim 96 intracranial stimulator with BCI2000. This integration enables automated stimulation of up to 96 electrodes with 15 different stimulation waveforms.
Integration into BCI2000
Enable the extension in your CMake configuration, enable EXTENSIONS_CERESTIM=On in the Extensions folder of the CMake GUI and then generate the BCI2000 Visual Studio solution in CMake. Next, open the solution with Visual Studio and rebuild the BCI2000FrameworkAppModule, and then rebuild any user application module you want to use the extension with. Once the extension is built into the user application, you can enable it by appending --EnableCereStim=1 to the user application module start executable command in your batch file.
Parameters
The CereStim is configured in the "CereStim" tab. The configurable parameters are:
AppliedVoltage
The CereStim drives current, so the applied voltage fluctuates according to the impedance between the current source (electrode) and drain. This dropdown parameter sets the maximum applied voltage (there will be no notification that this maximum has been met).
AppliedCurrent
This parameter sets the maximum applied current in microamps. Unlike the applied voltage which fluctuates and therefore may or may not hit the maximum, this parameter serves the purpose of being a safety check for your uploaded stimulation configurations. Thus, to be 100% sure you are not stimulating above a desired current value, you can set this parameter to that maximum. If set to auto, the default will be the maximum current the CereStim can stimulate with.