@@ -11,22 +11,21 @@ save data about the Rhs2116 stimulus.
11
11
:::
12
12
13
13
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
15
15
"HeadstageRhs2116/StimulusTrigger" which links ` Rhs2116TriggerData ` to the stimulus devices on the
16
16
RHS2116 Headstage.
17
17
18
18
The <xref: Bonsai.IO.CsvWriter> operator selects Clock, Delay, Status, and Origin members from the
19
19
` 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 :
22
22
- ** Clock** : the < xref:OpenEphys.Onix1.ContextTask.AcquisitionClockHz > -based sample times that a
23
23
stimulus trigger is received
24
24
- ** 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>
26
26
- ** 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
32
31
0 commit comments