@@ -403,12 +403,12 @@ using the actual devices in your experiment. For example, if your feedback
403403involves toggling ONIX's digital output (which in turn toggles a stimulation
404404device like a [ Stimjim] ( https://github.com/open-ephys/stimjim ) or a [ RHS2116
405405external
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
413413You might wonder: why use the LoadTester device if I can measure latency using
414414the 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
417417digital I/O to take as many latency measurements in a similar amount of time can
418418render your latency measurements inaccurate for the actual experiment you intend
419419to 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
421421throughput of ` DigitalInputData ` significantly exceeds what is required for your
422422experiment, the latency measurements will not reflect the latencies you will
423423experience during the actual experiment.
0 commit comments