Browser classes

class pymeasure.display.browser.Browser(*args: Any, **kwargs: Any)

Bases: QTreeWidget

Graphical list view of Experiment objects allowing the user to view the status of queued Experiments as well as loading and displaying data from previous runs.

In order that different Experiments be displayed within the same Browser, they must have entries in DATA_COLUMNS corresponding to the measured_quantities of the Browser.

add(experiment)

Add a Experiment object to the Browser. This function checks to make sure that the Experiment measures the appropriate quantities to warrant its inclusion, and then adds a BrowserItem to the Browser, filling all relevant columns with Parameter data.

class pymeasure.display.browser.BrowserItem(*args: Any, **kwargs: Any)

Bases: QTreeWidgetItem