We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115d2b9 commit b79a0eeCopy full SHA for b79a0ee
src/navigate/model/devices/galvo/asi.py
@@ -37,6 +37,7 @@
37
38
39
# Local Imports
40
+from navigate.model.devices.galvo.base import GalvoBase
41
from navigate.model.devices.device_types import SerialDevice
42
from navigate.model.devices.APIs.asi.asi_tiger_controller import TigerController
43
from navigate.tools.decorators import log_initialization
@@ -47,7 +48,7 @@
47
48
49
50
@log_initialization
-class ASIGalvo(SerialDevice):
51
+class ASIGalvo(GalvoBase , SerialDevice):
52
"""GalvoASI Class - ASI DAQ Control of Galvanometers"""
53
54
def __init__(
0 commit comments