Skip to content

Commit 106833a

Browse files
committed
Small edits & verbal feedback from jonnew
1 parent 67588cf commit 106833a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/hardware/rhs2116/rhs2116-trigger-data.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@ save data about the Rhs2116 stimulus.
1111
:::
1212

1313
The <xref: OpenEphys.Onix1.Rhs2116TriggerData> operator generates a sequence of
14-
<xref: OpenEphys.Onix1.Rhs2116TriggerDataFrame>. Its DeviceName property is set to
14+
[Rhs2116TriggerDataFrames](xref:OpenEphys.Onix1.Rhs2116TriggerDataFrame). Its DeviceName property is set to
1515
"HeadstageRhs2116/StimulusTrigger" which links `Rhs2116TriggerData` to the stimulus devices on the
1616
RHS2116 Headstage.
1717

1818
The <xref: Bonsai.IO.CsvWriter> operator selects Clock, Delay, Status, and Origin members from the
1919
`Rhs2116TriggerDataFrame` to write to a file with a name of the following format:
20-
`rhs2116trigger_<filecount>.csv`. The Clock, Delay, Status, and Origin members are selected using
21-
the `CsvWriter`'s `Selector` property. The information contained in these members are as follows:
20+
`rhs2116trigger_<filecount>.csv`. These members are selected using the `CsvWriter`'s `Selector`
21+
property. They contain the following information:
2222
- **Clock**: the <xref:OpenEphys.Onix1.ContextTask.AcquisitionClockHz>-based sample times that a
2323
stimulus trigger is received
2424
- **Delay**: the delay between receiving the trigger to the physical application of the stimulus, in
25-
microseconds
25+
microseconds, as defined by the input to <xref: OpenEphys.Onix1.Rhs2116StimulusTrigger>
2626
- **Status**: the delivery status of the stimulus. This includes whether the stimulus was delivered
27-
or why it might not have been delivered. Cases that might prevent the delivery of a stimulus
28-
include if stimulator is disarmed or the stimulus sequencer is already in the midst of delivering
29-
a stimulus.
30-
- **Origin**: specifies whether the stimulus was triggered by writing to a register, a local GPIO
31-
pin, or an external synchronization source
27+
or why it might not have been delivered (i.e. if stimulator is disarmed or the stimulus sequencer
28+
is already in the midst of delivering a stimulus).
29+
- **Origin**: specifies whether the stimulus was triggered by writing to a register, setting a local
30+
GPIO pin, or via an external synchronization source
3231

0 commit comments

Comments
 (0)