-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rhs2116 hardware guide * Add Rhs2116 GUI documentation * Minor edits - wrap to 100 instead of 120 - Remove some superfluous formatting Co-authored-by: bparks13 <[email protected]>
- Loading branch information
Showing
42 changed files
with
1,931 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
uid: rhs2116_configuration | ||
title: Headstage Rhs2116 Configuration | ||
hardware: Headstage Rhs2116 | ||
configuration: true | ||
operator: ConfigureHeadstageRhs2116 | ||
dataRate: 2.1 | ||
timeUntilFullBuffer: 1 ms | ||
blockReadSize: 4096 | ||
workflowLocation: overview | ||
--- | ||
|
||
## Configuring the Breakout Board and Headstage Rhs2116 | ||
|
||
The `ConfigureBreakoutBoard` operator configures the Onix Breakout Board. In the Headstage Rhs2116 | ||
example tutorial, it is configured to enable digital inputs to serve as a trigger for the Headstage | ||
Rhs2116's electrical and optical stimulation and to enable monitoring of the percentage of memory | ||
occupied. This is accomplished by leaving all of the `ConfigureBreakoutBoard` properties set to | ||
their default values except its Memory Monitor Enable property is set to "True". | ||
|
||
The `ConfigureHeadstageRhs2116` operator is used to configure the Headstage Rhs2116. In the | ||
Headstage Rhs2116 example tutorial, it is configured to enable streaming of electrophysiology data | ||
from a Rhs2116 amplifier, orientation data from the on-board Bno055 IMU, and position data from the | ||
Ts4231. This is accomplished in the Headstage Rhs2116 example workflow by leaving all of the | ||
`ConfigureHeadstageRhs2116` properties set to their default values. | ||
|
||
[!INCLUDE [timestamp-info](../../../includes/configuration-timestamp.md)] | ||
|
||
> [!TIP] | ||
> For additional details on how to configure the headstage, as well as how to | ||
> set stimulus waveforms, check out the <xref:rhs2116_gui> page. |
Oops, something went wrong.