|
Qudi
|
Logic module agreggating multiple hardware switches. More...


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 | |
Logic module agreggating multiple hardware switches.
| def switch_logic.SwitchLogic.__init__ | ( | self, | |
| config, | |||
| kwargs | |||
| ) |
Create logic object.
| dict | config: configuration in a dict |
| dict | kwargs: additional parameters as a dict |
1.8.13