aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/vacuum_gauge
diff options
context:
space:
mode:
authorMichael Vorobiov <mvorobiov@wm.edu>2024-11-12 12:08:40 -0500
committerMichael Vorobiov <mvorobiov@wm.edu>2024-11-12 12:08:40 -0500
commit40ed09a631832e2a9ff6a92f528e93390128f218 (patch)
tree1d408f66b2d664cd2dfc701739714fd62808d463 /qolab/hardware/vacuum_gauge
parent1d5cc949c1b765f21ff7589c84422e5b4ebb5b86 (diff)
downloadqolab-40ed09a631832e2a9ff6a92f528e93390128f218.tar.gz
qolab-40ed09a631832e2a9ff6a92f528e93390128f218.zip
updated init files with new instruments
Diffstat (limited to 'qolab/hardware/vacuum_gauge')
-rw-r--r--qolab/hardware/vacuum_gauge/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/qolab/hardware/vacuum_gauge/__init__.py b/qolab/hardware/vacuum_gauge/__init__.py
new file mode 100644
index 0000000..1848d53
--- /dev/null
+++ b/qolab/hardware/vacuum_gauge/__init__.py
@@ -0,0 +1,7 @@
+"""
+Provide basic classes to operate vacuum gauge
+"""
+
+from .mks390 import MKS390
+
+__all__ = ["MKS390"]