A tool for processing information about an experiment’s status.
A class for monitoring and displaying information to the user.
Many actions performed by instruments can take a significant amount of execution time, and the user will typically want some information about what is happening at a given moment.
This class allows information to be passed from the instruments (and the experiment or actions) and processed via Command objects, allowing the information to be redirected according to the program in question.
Methods
Return the name of the status monitor.
Returns : | str :
|
---|
Update the list of messages detailing the experiment’s past actions.
Parameters : | message : str
|
---|
Set the commands which will be executed upon updates.
Parameters : | updateCommands : list of Command
postCommands : list of Command
|
---|