Skip to content
Snippets Groups Projects
Commit c7420dc6 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-434: Mention waveform generator as reason for no statistics

parent 4ac323bb
No related branches found
No related tags found
1 merge request!150L2SS-434: Add sphinx documentation content
...@@ -36,6 +36,7 @@ Some SSTs/XSTs packets do arrive, but not all, and/or the matrices remain zero? ...@@ -36,6 +36,7 @@ Some SSTs/XSTs packets do arrive, but not all, and/or the matrices remain zero?
So ``sst.nof_packets_received`` / ``xst.nof_packets_received`` is increasing, telling you packets are arriving. But they're apparently dropped or contain zeroes. First, check the following settings: So ``sst.nof_packets_received`` / ``xst.nof_packets_received`` is increasing, telling you packets are arriving. But they're apparently dropped or contain zeroes. First, check the following settings:
- ``sdp.TR_fpga_mask_RW[x] == True``, to make sure we're actually configuring the FPGAs, - ``sdp.TR_fpga_mask_RW[x] == True``, to make sure we're actually configuring the FPGAs,
- ``sdp.FPGA_wg_enable_RW[x] == False``, or the Waveform Generator might be replacing our the antenna data with zeroes,
- ``sdp.FPGA_processing_enabled_R[x] == True``, to verify that the FPGAs are processing, or the values and timestamps will be zero, - ``sdp.FPGA_processing_enabled_R[x] == True``, to verify that the FPGAs are processing, or the values and timestamps will be zero,
- For XSTs, ``xst.FPGA_xst_processing_enabled_R[x] == True``, to verify that the FPGAs are computing XSTs, or the values will be zero. - For XSTs, ``xst.FPGA_xst_processing_enabled_R[x] == True``, to verify that the FPGAs are computing XSTs, or the values will be zero.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment