The status_frame module

A frame for displaying experiment status information.

Classes

StatusMonitorFrame

class src.gui.main.status_frame.StatusMonitorFrame(parent, monitor)[source]

A frame for monitoring the experiment’s status in real time.

Parameters :

parent : wxFrame

The frame which is the parent of this frame.

monitor : StatusMonitor

The StatusMonitor object whose information is displayed in this frame.

Methods

UpdateCommand

class src.gui.main.status_frame.UpdateCommand(eventClass, window)[source]

A Command subclass for updating the status monitor data.

Methods

Table Of Contents

Previous topic

The base_experiment module

Next topic

The panels package

This Page