forked from labscript-suite/labscript-devices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNI_USB_6343.py
18 lines (17 loc) · 1.03 KB
/
NI_USB_6343.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#####################################################################
# #
# /NI_USB_6343.py #
# #
# Copyright 2013, Monash University #
# #
# This file is part of labscript_devices, in the labscript suite #
# (see http://labscriptsuite.org), and is licensed under the #
# Simplified BSD License. See the license.txt file in the root of #
# the project for the full license. #
# #
#####################################################################
from labscript_devices import deprecated_import_alias
# For backwards compatibility with old experiment scripts:
NI_USB_6343 = deprecated_import_alias(
"labscript_devices.NI_DAQmx.labscript_devices.NI_USB_6343"
)