Interface DriverModel
- All Superinterfaces:
EditableWithListWidget,Findable,Serializable
- All Known Implementing Classes:
DriverModelBase,SingleAxisLinearSeries
-
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.january.dataset.Dataset> Each dataset should be named appropriately, especially if the driver which runs this model treats this variable as a readout as well.Methods inherited from interface uk.ac.diamond.daq.experiment.api.ui.EditableWithListWidget
addPropertyChangeListener, createDefault, getLabel, removePropertyChangeListener
-
Method Details
-
getPlottableDatasets
List<org.eclipse.january.dataset.Dataset> getPlottableDatasets()Each dataset should be named appropriately, especially if the driver which runs this model treats this variable as a readout as well.
-