exopy.measurement.manifest module

Measurement plugin manifest.

class exopy.measurement.manifest.MeasureManifest(parent=None, **kwargs)

Bases: enaml.workbench.plugin_manifest.PluginManifest

Manifest of the MeasurementPlugin.

The measurement plugin handles measurement edition and execution.

exopy.measurement.manifest.measurement_plugin_factory()

Factory function for the plugin.

Delayed import allow faster start-up.

exopy.measurement.manifest.validate_closing(window, event)

Check that no measurement is currently running before app closing.

exopy.measurement.manifest.workspace_factory(workbench)

Factory function for the workspace.

Delayed import allow faster start-up.