Qudi
Public Member Functions | Public Attributes | List of all members
switch_logic.SwitchLogic Class Reference

Logic module agreggating multiple hardware switches. More...

Inheritance diagram for switch_logic.SwitchLogic:
Inheritance graph
[legend]
Collaboration diagram for switch_logic.SwitchLogic:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, config, kwargs)
 Create logic object. More...
 
def on_activate (self)
 Prepare logic module for work.
 
def on_deactivate (self)
 Deactivate modeule.
 

Public Attributes

 switches
 

Detailed Description

Logic module agreggating multiple hardware switches.

Constructor & Destructor Documentation

◆ __init__()

def switch_logic.SwitchLogic.__init__ (   self,
  config,
  kwargs 
)

Create logic object.

Parameters
dictconfig: configuration in a dict
dictkwargs: additional parameters as a dict

The documentation for this class was generated from the following file: