Skip to content

Commit 72d33aa

Browse files
committed
Add "from the upstream sequence"
1 parent eecd635 commit 72d33aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hardware/rhs2116/rhs2116-stimulate.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ 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, 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.
29+
When `Rhs2116StimulusTrigger` receives a double from the upstream sequence, a stimulus is triggered.
30+
The value of the double determines the duration of a precise hardware delay between triggering and
31+
actually delivering the stimulus. If the double is zero, there is no hardware delay. The stimulus
32+
waveform delivered is configured in the [Headstage RHS2116 GUI](xref:rhs2116_gui). If the sequencer
33+
is busy or the stimulator is disarmed when the trigger occurs, stimulus won't be delivered. This can
34+
be checked using the <xref: OpenEphys.Onix1.Rhs2116TriggerData> operator as demonstrated in the
35+
<xref: rhs2116_trigger_data> page.
3636

3737
`Rhs2116StimulusTrigger`'s DeviceName property is set to "HeadstageRhs2116/StimulusTrigger" to link
3838
this operator to the Rhs2116 devices on the Headstage Rhs2116.

0 commit comments

Comments
 (0)