Backends
Backends status
Status of the telescope backends.
type |
object |
|||
node |
backends |
|||
any of the following |
||||
type |
object |
|||
properties |
||||
|
Available Backends |
|||
List of available backends. |
||||
type |
array |
|||
items |
type |
string |
||
|
Current Backend |
|||
Currently selected backend’s name. |
||||
type |
string |
|||
|
Current Setup |
|||
Currently selected backend’s setup code. |
||||
type |
string |
|||
|
||||
|
||||
type |
object |
|||
patternProperties |
||||
|
||||
additionalProperties |
False |
|||
maxProperties |
1 |
|||
minProperties |
1 |
|||
Backend status
Status of a backend component.
type |
object |
|
node |
backends.<backendName> |
|
properties |
||
|
Backend time |
|
Inner time of the backend. |
||
type |
object |
|
all the properties of |
||
|
Busy |
|
Backend is busy |
||
type |
boolean |
|
|
Channels |
|
List of backend’s channels. |
||
type |
array |
|
items |
||
|
Command line error |
|
Indicates whether there is an error on the command line socket. |
||
type |
boolean |
|
|
Data line error |
|
Indicates whether there is an error on the data line socket. |
||
type |
boolean |
|
|
Integration |
|
Integration time. |
||
type |
number |
|
unit |
ms |
|
|
Sampling |
|
Indicates whether the backend is currently sampling. |
||
type |
boolean |
|
|
Suspended |
|
Indicates whether the backend acquisition is suspended. |
||
type |
boolean |
|
|
Time sync |
|
Indicates whether the backend time is synchronized. |
||
type |
boolean |
|
|
||
additionalProperties |
False |
|
Channel
Single backend channel.
type |
object |
|
properties |
||
|
Channel ID |
|
Channel ID number. |
||
type |
number |
|
|
Attenuation |
|
Channel attenuation. |
||
type |
number |
|
unit |
dB |
|
|
BandWidth |
|
Observing bandwidth. |
||
type |
number |
|
unit |
MHz |
|
|
Bins |
|
Number of bins used. |
||
type |
number |
|
|
Polarization |
|
Channel polarization. |
||
type |
string |
|
enum |
LHCP RHCP FULL STOKES |
|
|
Sample rate |
|
Sample rate of the section. |
||
type |
number |
|
unit |
MHz |
|
|
Starting frequency |
|
Starting observing frequency. |
||
type |
number |
|
unit |
MHz |
|
|
System temperature |
|
Last read value of the system temperature. |
||
type |
number |
|
unit |
K |
|
additionalProperties |
False |
|