@@ -3,27 +3,32 @@ uid: rhs2116_record
3
3
title : Rhs2116 Recording
4
4
---
5
5
6
- The following excerpt from the HeadstageRhs2116 [ example workflow] ( xref:rhs2116 ) demonstrates the
7
- Rhs2116 recording functionality by streaming and saving data from the Rhs2116 device.
6
+ The following excerpt from the HeadstageRhs2116 [ example workflow] ( xref:rhs2116 )
7
+ demonstrates the Rhs2116 recording functionality by streaming and saving data
8
+ from the Rhs2116 device.
8
9
9
10
::: workflow
10
11
![ /workflows/hardware/rhs2116/rhs2116-record.bonsai workflow] ( ../../../workflows/hardware/rhs2116/rhs2116-record.bonsai )
11
12
:::
12
13
13
- The < xref:OpenEphys.Onix1.Rhs2116Data > operator generates a sequence of
14
- < xref:OpenEphys.Onix1.Rhs2116DataFrame > s using the following settings:
15
- - The BufferSize property is set to 30. Each ` Rhs2116DataFrame ` will contain a [ 1 x 30 sample] Clock
16
- vector, a [ 32 channel x 30 sample] AmplifierData matrix, and a [ 32 channel x 30 sample] DcData
17
- matrix. This corresponds to 1 ms of data per data frame.
18
- - The DeviceName property is set to "HeadstageRhs2116/Rhs2116". This links ` Rhs2116Data ` to the
19
- Rhs2116s on the Headstage Rhs2116.
14
+ The < xref:OpenEphys.Onix1.Rhs2116PairData > operator generates a sequence of
15
+ [ Rhs2116PairDataFrames] ( xref:OpenEphys.Onix1.Rhs2116DataFrame ) using the following
16
+ settings:
17
+ - The BufferSize property is set to 30. Each ` Rhs2116PairDataFrame ` will contain a
18
+ [ 1 x 30 sample] Clock vector, a [ 32 channel x 30 sample] AmplifierData matrix,
19
+ a [ 32 channel x 30 sample] DcData matrix, and [ 1 channel x 30 sample] recovery
20
+ mask vector. This corresponds to 1 ms of data per data frame.
21
+ - The DeviceName property is set to "HeadstageRhs2116/Rhs2116". This links
22
+ ` Rhs2116PairData ` to the Rhs2116s on the Headstage Rhs2116.
20
23
21
- The relevant properties are extracted from the ` Rhs2116DataFrame ` by right-clicking the
22
- ` Rhs2116Data ` operator, and choosing the following Output members: Clock, AmplifierData, and DcData.
23
- The < xref:Bonsai.Dsp.MatrixWriter > s save the selected members to files with the following
24
- formats: ` rhs2116pair-clock_<filecount>.raw ` , ` rhs2116pair-ac_<filecount>.raw ` , and
25
- ` rhs2116pair-dc_<filecount>.raw ` , respectively.
24
+ The relevant properties are extracted from the
25
+ < xref:OpenEphys.Onix1.Rhs2116PairDataFrame > by right-clicking the ` Rhs2116PairData `
26
+ operator, and choosing the following Output members: Clock, AmplifierData, and
27
+ DcData. The < xref:Bonsai.Dsp.MatrixWriter > s save the selected members to files
28
+ with the following formats: ` rhs2116pair-clock_<filecount>.raw ` ,
29
+ ` rhs2116pair-ac_<filecount>.raw ` , ` rhs2116pair-dc_<filecount>.raw ` , and
30
+ ` rhs2116pair-recovery_<filecount>.raw ` respectively.
26
31
27
- > [ !TIP]
32
+ > [ !TIP]
28
33
> For more details about configuring the Rhs2116 and its data, read the
29
- > [ datasheet] ( https://intantech.com/files/Intan_RHS2116_datasheet.pdf ) .
34
+ > [ datasheet] ( https://intantech.com/files/Intan_RHS2116_datasheet.pdf ) .
0 commit comments