orangecontrib.tomwer.widgets.control.BlissDataListenerOW.BlissDataListenerOW#
- class orangecontrib.tomwer.widgets.control.BlissDataListenerOW.BlissDataListenerOW(*args, captionTitle=None, **kwargs)#
This widget is used to listen to blissdata at a specific BEACON_HOST
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- activate(activate=True)#
activate or deactivate the thread. When deactivate call join and delete the thread
- Parameters:
activate
- close(self) bool#
- create_listening_thread()#
Procedure to create the listening thread :return: listening thread
- delete_listening_thread()#
Procedure to delete the listening thread
- description = 'The widget will listen to bliss data in order to retrieve on-going (tomo) bliss-sequence.\nIt must ne started **before** the bliss scan starts.\nOnce the bliss sequence is finished it will be converted to NXtomo(s)'#
Short widget description, displayed in canvas help tooltips.
- getHost()#
- getNXTomomillConfiguration()#
- getPort()#
- icon = 'icons/blissdata_listener.svg'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.widgets.tomwer.control.BlissDataListenerOW.BlissDataListenerOW'#
- keywords = ['bliss data', 'blissdata', 'tomography', 'tomwer', 'listener', 'datalistener', 'hdf5', 'NXtomo']#
Widget keywords, used for finding it in the quick menu.
- name = 'Blissdata Listener'#
Widget name, as presented in the Canvas.
- priority = 10#
Widget priority, used for sorting within a category.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- setMock(mock, acquisitions)#
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)