Skip to content

Commit 71ba20e

Browse files
committed
Address jon's feedback - minor edits
1 parent 1d5011e commit 71ba20e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

template/partials/hardware/portStatus.tmpl.partial

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p>
2-
The Onix system reports when a port connection enters or leaves an aberrant state. Such aberrant states include loss
2+
The Onix system reports when a headstage port connection enters or leaves an aberrant state. Such aberrant states include loss
33
of communication lock, detection of parity or CRC error, reception of a badly formatted packet, etc.. Knowing the time
44
and type of a communication failure is a good first step to track down its cause. The following excerpt from the
55
{{{hardware}}} <a class="xref" href="~/articles/hardware/{{{oe.hardwareDirectory}}}/overview.html">example
@@ -22,11 +22,10 @@
2222

2323
<p>
2424
The <a class="xref" href="https://bonsai-rx.org/docs/api/Bonsai.Reactive.Timestamp.html">TimeStamp</a> operator
25-
generates a sequence of timestamped items from its input sequence. The <a class="xref"
25+
generates a sequence of UTC timestamped items from its input sequence. The <a class="xref"
2626
href="https://bonsai-rx.org/docs/api/Bonsai.IO.CsvWriter.html">CsvWriter</a> operator writes <code>Timestamp</code> as
27-
well as <code>Clock</code>, <code>StatusCode</code>, <code>SerdesLocked</code>, and <code>SerdesPass</code> members
28-
from <code>PortStatusFrame</code> to a file with the following name format:
29-
<code>port-status_&lt;timestamp&gt;.csv</code>.
27+
well as <code>Clock</code> and <code>StatusCode</code> members from <code>PortStatusFrame</code> to a file with the
28+
following name format: <code>port-status_&lt;timestamp&gt;.csv</code>.
3029
</p>
3130

3231
<div class="NOTE alert alert-info">

0 commit comments

Comments
 (0)