mahos_dq.gui.hbt.HBTGUI#

class mahos_dq.gui.hbt.HBTGUI(gconf: dict, name: NodeName, context: Context | None = None)#

GUINode for HBT using HBTWidget.

Parameters:
  • target.hbt (tuple[str, str] | str) – Target HBT node full name.

  • target.gparams (tuple[str, str] | str) – Target GlobalParams node full name.

  • target.confocal (tuple[str, str] | str) – Optional Confocal node used for view export on save.

__init__(gconf: dict, name: NodeName, context: Context | None = None)#

Methods

init_widget(gconf, name, context)

Initialize top widget and return it.