Scheduler
Scheduler status
This schema is sent by the DISCOS Scheduler component. It holds information regarding the currently selected backend, recorder, section, as well as the current project ID, scan, subscan and running schedule.
type |
object |
||
node |
scheduler |
||
properties |
|||
|
Current Backend |
||
Name of the currently used backend. |
|||
type |
string |
||
|
Current Device |
||
Identification number of the currently used device (channel). |
|||
type |
number |
||
|
Current Recorder |
||
Name of the currently used recorder. |
|||
type |
string |
||
|
Max Scan ID |
||
Identification number of the final scan of the current schedule. |
|||
type |
number |
||
|
Max SubScan ID |
||
Identification number of the final subscan of the current scan. |
|||
type |
number |
||
|
Project Code |
||
Identification code of the current project user. |
|||
type |
string |
||
|
Rest Frequency |
||
Currently configured rest frequency for each section of the backend. |
|||
type |
array |
||
unit |
MHz |
||
items |
type |
number |
|
|
Scan ID |
||
Identification number of the currently running scan. |
|||
type |
number |
||
|
Schedule name |
||
Name of the currently running schedule. |
|||
type |
string |
||
|
|||
|
SubScan ID |
||
Identification number of the currently running subscan. |
|||
type |
number |
||
|
|||
|
Tracking flag |
||
Indicates whether all the subsystems are tracking the given target. |
|||
type |
boolean |
||
additionalProperties |
False |
||