Skip to content

Commit 49edf47

Browse files
committed
Document the purpose of the Rhs2116Trigger's double input
1 parent b322ef3 commit 49edf47

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/hardware/rhs2116/rhs2116-stimulate.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +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 from the upstream sequence, a stimulus waveform is
30-
triggered. Its DeviceName property is set to "HeadstageRhs2116/StimulusTrigger" to link this
31-
operator to the Rhs2116s on the Headstage Rhs2116. [Open the Headstage RHS2116
32-
GUI](xref:rhs2116_gui) to edit the stimulus waveform.
29+
When `Rhs2116StimulusTrigger` receives a double, a two-part sequence is triggered:
30+
- A delay indicated by the value of the double in units of microseconds (i.e., if the double is
31+
equal to zero, there is no delay)
32+
- The stimulus waveform as configured in the [Headstage RHS2116 GUI](xref:rhs2116_gui)
33+
34+
`Rhs2116StimulusTrigger`'s DeviceName property is set to "HeadstageRhs2116/StimulusTrigger" to link
35+
this operator to the Rhs2116 devices on the Headstage Rhs2116.
3336

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

0 commit comments

Comments
 (0)