Skip to content

Commit 094c20b

Browse files
committed
fix references + minor edits
1 parent b8bad23 commit 094c20b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/tutorials/tune-readsize.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,12 @@ using the actual devices in your experiment. For example, if your feedback
403403
involves toggling ONIX's digital output (which in turn toggles a stimulation
404404
device like a [Stimjim](https://github.com/open-ephys/stimjim) or a [RHS2116
405405
external
406-
trigger](xref:OpenEphys.Onix1.ConfigureRhs2116Trigger.StimulusTrigger)), loop
407-
that digital output signal back into one of ONIX's digital inputs. This enables
408-
you to save when the feedback physically occurred. This can be used to measure
409-
your feedback latency by taking the difference between the clock count when the
410-
trigger condition occurred and the clock count when the feedback signal was
411-
received by ONIX.
406+
trigger](xref:OpenEphys.Onix1.ConfigureRhs2116Trigger.TriggerSource)),
407+
loop that digital output signal back into one of ONIX's digital inputs. This
408+
enables you to save when the feedback physically occurs. This can be used to
409+
measure your feedback latency by taking the difference between the clock count
410+
when the trigger condition occurs and the clock count when the feedback signal
411+
is received by ONIX.
412412

413413
You might wonder: why use the LoadTester device if I can measure latency using
414414
the actual devices that I intend to use in my experiment? The benefit of the
@@ -417,7 +417,7 @@ latency samples to plot in a histogram in a short amount of time. Trying to use
417417
digital I/O to take as many latency measurements in a similar amount of time can
418418
render your latency measurements inaccurate for the actual experiment you intend
419419
to perform. In particular, toggling digital inputs faster necessarily increases
420-
the total data throughput of <xref:OpenEphy.Onix1.DigitalInputData>. If the data
420+
the total data throughput of <xref:OpenEphys.Onix1.DigitalInput>. If the data
421421
throughput of `DigitalInputData` significantly exceeds what is required for your
422422
experiment, the latency measurements will not reflect the latencies you will
423423
experience during the actual experiment.

0 commit comments

Comments
 (0)