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

L2SS-434: Add XSTs/SSTs stub

parent 55d3b461
No related branches found
No related tags found
1 merge request!150L2SS-434: Add sphinx documentation content
...@@ -10,3 +10,9 @@ The `recv == Device("LTS/RECV/1")` device controls the RCUs, the LBA antennas, a ...@@ -10,3 +10,9 @@ The `recv == Device("LTS/RECV/1")` device controls the RCUs, the LBA antennas, a
- The `Ant_mask_RW` attribute is an array of `bool[N_RCUs][N_Antennas_per_RCU]`. It controls which antennas will actually be configured, when fields referring to antennas are set. Any antenna for which the mask is False will not be configured when antenna control points are set. - The `Ant_mask_RW` attribute is an array of `bool[N_RCUs][N_Antennas_per_RCU]`. It controls which antennas will actually be configured, when fields referring to antennas are set. Any antenna for which the mask is False will not be configured when antenna control points are set.
Typically, `N_RCUs == 32`, and `N_Antennas_per_RCU == 3`. Typically, `N_RCUs == 32`, and `N_Antennas_per_RCU == 3`.
SST and XST
-----------
The `sst == Device("LTS/SST/1")` and `xst == Device("LTS/XST/1")` devices manages the SSTs (subband statistics) and XSTs (crosslet statistics), respectively, that are emitted by the Uniboards in SDP. By default, each device configures the statistics to be streamed to itself (the device), from where the user can obtain them.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment