Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 546 Bytes

API_ControlModule.rst

File metadata and controls

26 lines (12 loc) · 546 Bytes

ControlModule ControlModuleUI

ControlModule base classes

Both DAQ_Move and DAQ_Viewer control modules share some specificities and inherit from a base class: the ControlModule

pymodaq.control_modules.utils::ControlModule

The same is also true for the UI of these modules sharing a common UI base class: the ControlModuleUI

pymodaq.control_modules.utils::ControlModuleUI