Helper class for running the hardware communication in a separate thread.
More...
|
def | __init__ (self, parentclass) |
|
def | handle_timer (self, state_change) |
| Threaded method that can be called by a signal from outside to start the timer. More...
|
|
|
| sig_wavelength = QtCore.Signal(float, float) |
|
Helper class for running the hardware communication in a separate thread.
◆ handle_timer()
def high_finesse_wavemeter.HardwarePull.handle_timer |
( |
|
self, |
|
|
|
state_change |
|
) |
| |
Threaded method that can be called by a signal from outside to start the timer.
- Parameters
-
bool | state: (True) starts timer, (False) stops it. |
The documentation for this class was generated from the following file:
- hardware/high_finesse_wavemeter.py