|
def | seqtool.main () |
| The Sequencer is a software component developed in the scope of the Instrument Control System Framework (ICS FW) as the generic tool for the execution of Observation Blocks (OB) and engineering scripts. More...
|
|
def | seqtool.run (log_level, modules) |
| Starts seq CLI. More...
|
|
def | seqtool.draw (log_level, output, modules) |
| Draws the graph representation of a Sequencer script given in the command line. More...
|
|
def | seqtool.gui (address, log_level, script) |
| Client application for the Sequencer that allows to load OBs and execute scripts and monitor their progress. More...
|
|
def | seqtool.server (address, log_level) |
| Starts the Sequencer Server, a socket server for the sequencer. More...
|
|
def | seqtool.client () |
| Starts a text based client. More...
|
|
def | seqtool.shell (topic_id, log_level, use_stdout) |
| Starts a Sequencer Shell; This is a fully fledged sequencer capable of running sequencer scripsts and OBs. More...
|
|
def | seqtool.kernel (json, log_file, log_level, pub_id) |
| Starts the Sequencer Kernel; a minimal CLI version of the Sequencer that is shell based and logs every feedback response into a log file. More...
|
|
def | seqtool.tino (path, port) |
| Friend of OTTO. More...
|
|