From bed482a5b536ea423250c02f9b05d65665489efe Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 7 Oct 2021 17:47:39 +0200 Subject: [PATCH] L2SS-434 L2SS-436: Add xst_conjugated_R to documentation --- docs/source/devices/devices.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/devices/devices.rst b/docs/source/devices/devices.rst index 92d06101a..dfe7f011e 100644 --- a/docs/source/devices/devices.rst +++ b/docs/source/devices/devices.rst @@ -63,6 +63,10 @@ Complex values which cannot be represented in Tango attributes. Instead, the XST :type: ``int64[N_blocks][block_size]`` +:xst_conjugated_R: Whether the block contains conjugated data. If so, it must be conjugated again on interpretation. + + :type: ``bool[N_blocks]`` + :xst_timestamp_R: Timestamp of each block. :type: ``int64[N_blocks]`` -- GitLab