Skip to content

Commit eecd635

Browse files
committed
Rephrase description of RHS2116 trigger input double
1 parent 8edaa38 commit eecd635

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/hardware/rhs2116/rhs2116-stimulate.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ when the its internal conditional statement is evaluated is true. `Double` emits
2626
<xref:System.Double> to <xref:OpenEphys.Onix1.Rhs2116StimulusTrigger> anytime it receives an item in
2727
its upstream sequence.
2828

29-
When `Rhs2116StimulusTrigger` receives a double, it sends that double to the headstage triggering a
30-
two-part sequence:
31-
- A delay indicated by the value of the double in units of microseconds (i.e., if the double is
32-
equal to zero, there is no delay)
33-
- The stimulus waveform as configured in the [Headstage RHS2116 GUI](xref:rhs2116_gui)
29+
When `Rhs2116StimulusTrigger` receives a double, a stimulus is triggered. The value of the double
30+
determines the duration of a precise hardware delay between triggering and actually delivering the
31+
stimulus. If the double is zero, there is no hardware delay. The stimulus waveform delivered is
32+
configured in the [Headstage RHS2116 GUI](xref:rhs2116_gui). If the sequencer is busy or the
33+
stimulator is disarmed when the trigger occurs, stimulus won't be delivered. This can be checked
34+
using the <xref: OpenEphys.Onix1.Rhs2116TriggerData> operator as demonstrated in the <xref:
35+
rhs2116_trigger_data> page.
3436

35-
in that respective order. `Rhs2116StimulusTrigger`'s DeviceName property is set to
36-
"HeadstageRhs2116/StimulusTrigger" to link this operator to the Rhs2116 devices on the Headstage
37-
Rhs2116.
37+
`Rhs2116StimulusTrigger`'s DeviceName property is set to "HeadstageRhs2116/StimulusTrigger" to link
38+
this operator to the Rhs2116 devices on the Headstage Rhs2116.
3839

3940
> [!TIP]
4041
> For more details about configuring the Rhs2116 and its stimulation capabilities, read the

0 commit comments

Comments
 (0)