You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><p>Analyzes if the probe performance falls within a specified tolerance range, based on a signal generated by the headstage</p></td>
777
+
<td><p>Analyzes if the probe performance falls within a specified tolerance range, based on a signal generated by the headstage. Probes that are fully functional can still fail this test, so it’s not a definitive indicator of probe health.</p></td>
<td><p>Calculates probe noise levels when electrode inputs are shorted to ground</p></td>
781
+
<td><p>Calculates probe noise levels when electrode inputs are shorted to ground. Similar to the probe signal test, this test is not a definitive indicator of probe health, so failures can be safely ignored.</p></td>
782
782
</tr>
783
783
<trclass="row-even"><td><p>Test PSB bus</p></td>
784
784
<td><p><1 s</p></td>
785
-
<td><p>Verifies whether signals are transmitted accurately to the headstage</p></td>
785
+
<td><p>Verifies whether signals are transmitted accurately to the headstage via the parallel serial bus. If this test fails, it usually indicates that the probe is not properly seated in the headstage.</p></td>
<td><p>Verifies the functionality of the shank and base shift registers</p></td>
789
+
<td><p>Verifies the functionality of the shank and base shift registers. If this test fails, it means the probe electronics have become critically damaged. Even if data is being transmitted, there’s a possibility that it may be corrupted.</p></td>
790
790
</tr>
791
791
<trclass="row-even"><td><p>Test EEPROM</p></td>
792
792
<td><p>1 s</p></td>
793
-
<td><p>Tests the EEPROM memory storage on the flex, headstage, and BSC</p></td>
793
+
<td><p>Tests the EEPROM memory storage on the flex, headstage, and BSC.</p></td>
794
794
</tr>
795
795
<trclass="row-odd"><td><p>Test I2C</p></td>
796
796
<td><p><1 s</p></td>
797
-
<td><p>Verifies the functionality of the I2C memory map</p></td>
797
+
<td><p>Verifies the functionality of the probe’s I2C interface. This interface must be intact for proper functioning of the probe.</p></td>
798
798
</tr>
799
799
<trclass="row-even"><td><p>Test Serdes</p></td>
800
800
<td><p><1 s</p></td>
801
-
<td><p>Tests the integrity of the serial communication over the probe cable</p></td>
801
+
<td><p>Tests the integrity of the serial communication over the probe cable.</p></td>
802
802
</tr>
803
803
<trclass="row-odd"><td><p>Test Heartbeat</p></td>
804
804
<td><p>3 s</p></td>
805
-
<td><p>Tests whether the heartbeat signal between the headstage and BSCis working properly</p></td>
805
+
<td><p>Checks for a 1 Hz heartbeat signal between the headstage and BSC. This test indicates whether basic communication between the headstage and basestation is working.</p></td>
<td><p>Tests the connectivity between the computer and the basestation FPGA board via the PXIe interface.</p></td>
810
810
</tr>
811
811
</tbody>
812
812
</table>
813
813
<divclass="admonition note">
814
814
<pclass="admonition-title">Note</p>
815
-
<p>If the “probe signal” and “probe noise” tests fail, it does not necessarily indicate that the probe is broken. If your probe is successfully transmitting data, the outcome of these tests can be ignored.</p>
815
+
<p>If the “probe signal” and “probe noise” tests fail, it does not necessarily indicate that the probe is broken. If your probe is successfully transmitting data, the outcome of all of these tests (except the shift register test) can be safely ignored.</p>
Copy file name to clipboardExpand all lines: _sources/User-Manual/Plugins/Neuropixels-PXI.rst.txt
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -270,17 +270,17 @@ To run each test, select one from the drop-down menu, and click the "RUN" button
270
270
:header: "Name", "Duration", "Purpose"
271
271
:widths: 20, 20, 70
272
272
273
-
"Test probe signal", "30 s", "Analyzes if the probe performance falls within a specified tolerance range, based on a signal generated by the headstage"
274
-
"Test probe noise", "30 s", "Calculates probe noise levels when electrode inputs are shorted to ground"
275
-
"Test PSB bus", "<1 s", "Verifies whether signals are transmitted accurately to the headstage"
276
-
"Test shift registers", "1 s", "Verifies the functionality of the shank and base shift registers"
277
-
"Test EEPROM", "1 s", "Tests the EEPROM memory storage on the flex, headstage, and BSC"
278
-
"Test I2C", "<1 s", "Verifies the functionality of the I2C memory map"
279
-
"Test Serdes", "<1 s", "Tests the integrity of the serial communication over the probe cable"
280
-
"Test Heartbeat", "3 s", "Tests whether the heartbeat signal between the headstage and BSCis working properly"
281
-
"Test Basestation", "<1 s", "Tests the BSC board"
282
-
283
-
.. note:: If the "probe signal" and "probe noise" tests fail, it does not necessarily indicate that the probe is broken. If your probe is successfully transmitting data, the outcome of these tests can be ignored.
273
+
"Test probe signal", "30 s", "Analyzes if the probe performance falls within a specified tolerance range, based on a signal generated by the headstage. Probes that are fully functional can still fail this test, so it's not a definitive indicator of probe health."
274
+
"Test probe noise", "30 s", "Calculates probe noise levels when electrode inputs are shorted to ground. Similar to the probe signal test, this test is not a definitive indicator of probe health, so failures can be safely ignored."
275
+
"Test PSB bus", "<1 s", "Verifies whether signals are transmitted accurately to the headstage via the parallel serial bus. If this test fails, it usually indicates that the probe is not properly seated in the headstage."
276
+
"Test shift registers", "1 s", "Verifies the functionality of the shank and base shift registers. If this test fails, it means the probe electronics have become critically damaged. Even if data is being transmitted, there's a possibility that it may be corrupted."
277
+
"Test EEPROM", "1 s", "Tests the EEPROM memory storage on the flex, headstage, and BSC."
278
+
"Test I2C", "<1 s", "Verifies the functionality of the probe's I2C interface. This interface must be intact for proper functioning of the probe."
279
+
"Test Serdes", "<1 s", "Tests the integrity of the serial communication over the probe cable."
280
+
"Test Heartbeat", "3 s", "Checks for a 1 Hz heartbeat signal between the headstage and BSC. This test indicates whether basic communication between the headstage and basestation is working."
281
+
"Test Basestation", "<1 s", "Tests the connectivity between the computer and the basestation FPGA board via the PXIe interface."
282
+
283
+
.. note:: If the "probe signal" and "probe noise" tests fail, it does not necessarily indicate that the probe is broken. If your probe is successfully transmitting data, the outcome of all of these tests (except the shift register test) can be safely ignored.
0 commit comments