#####################################################################
#                                                                   #
# /NI_PCI_6733.py                                                   #
#                                                                   #
# Copyright 2012, 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 __future__ import division, unicode_literals, print_function, absolute_import
from labscript_utils import PY2

if PY2:
    str = unicode

from labscript_devices import deprecated_import_alias

# For backwards compatibility with old experiment scripts:
NI_PCI_6733 = deprecated_import_alias(
    "labscript_devices.NI_DAQmx.labscript_devices.NI_PCI_6733")
Exemple #2
0
#####################################################################
#                                                                   #
# /naqslab_devices/TektronixTDS/__init__.py                         #
#                                                                   #
# Copyright 2018, David Meyer                                       #
#                                                                   #
# This file is part of naqslab_devices,                             #
# 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:
TekScope = deprecated_import_alias(
    "naqslab_devices.TektronixTDS.labscript_device.TDS_Scope")
Exemple #3
0
#####################################################################
#                                                                   #
# /naqslab_devices/SR865/__init__.py                                #
#                                                                   #
# Copyright 2018, David Meyer                                       #
#                                                                   #
# This file is part of naqslab_devices,                             #
# 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:
SR865 = deprecated_import_alias("naqslab_devices.SR865.labscript_device.SR865")
Exemple #4
0
#####################################################################
#                                                                   #
# /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 __future__ import division, unicode_literals, print_function, absolute_import
from labscript_utils import PY2

if PY2:
    str = unicode

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"
)
Exemple #5
0
#####################################################################
#                                                                   #
# /naqslab_devices/NovaTechDDS/__init__.py                          #
#                                                                   #
# Copyright 2017, Christopher Billington, David Meyer               #
#                                                                   #
# This file is part of naqslab_devices,                             #
# 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:
NovaTech409B = deprecated_import_alias(
    "naqslab_devices.NovaTechDDS.labscript_device.NovaTech409B")

NovaTech409B_AC = deprecated_import_alias(
    "naqslab_devices.NovaTechDDS.labscript_device.NovaTech409B_AC")

NovaTech440A = deprecated_import_alias(
    "naqslab_devices.NovaTechDDS.labscript_device.NovaTech440A")
Exemple #6
0
#####################################################################
#                                                                   #
# /naqslab_devices/SignalGenerator/__init__.py                      #
#                                                                   #
# Copyright 2018, David Meyer                                       #
#                                                                   #
# This file is part of naqslab_devices,                             #
# 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:
RS_SMF100A = deprecated_import_alias(
    "naqslab_devices.SignalGenerator.Models.RS_SMF100A")

RS_SMHU = deprecated_import_alias(
    "naqslab_devices.SignalGenerator.Models.RS_SMHU")

HP8643A = deprecated_import_alias(
    "naqslab_devices.SignalGenerator.Models.HP8643A")

HP8642A = deprecated_import_alias(
    "naqslab_devices.SignalGenerator.Models.HP8642A")
Exemple #7
0
#####################################################################
#                                                                   #
# /labscript_devices/PrawnBlaster/__init__.py                       #
#                                                                   #
# Copyright 2021, Philip Starkey                                    #
#                                                                   #
# 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:
PrawnBlaster = deprecated_import_alias(
    "labscript_devices.PrawnBlaster.labscript_devices.PrawnBlaster")
Exemple #8
0
#####################################################################
#                                                                   #
# /labscript_devices/DummyPseudoclock/__init__.py                   #
#                                                                   #
# Copyright 2017, Christopher Billington                            #
#                                                                   #
# 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:
DummyPseudoclock = deprecated_import_alias(
    "labscript_devices.DummyPseudoclock.labscript_devices.DummyPseudoclock")
Exemple #9
0
#####################################################################
#                                                                   #
# /naqslab_devices/PulseBlasterESRPro300/__init__.py                #
#                                                                   #
#                                                                   #
#####################################################################
from labscript_devices import deprecated_import_alias

# For backwards compatibility with old experiment scripts:
PulseBlasterESRPro300 = deprecated_import_alias(
    "naqslab_devices.PulseBlasterESRPro300.labscript_device.PulseBlasterESRPro300"
)
#####################################################################
#                                                                   #
# /NI_PCIe_6363.py                                                   #
#                                                                   #
# Copyright 2012, 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 __future__ import division, unicode_literals, print_function, absolute_import
from labscript_utils import PY2

if PY2:
    str = unicode

from labscript_devices import deprecated_import_alias

# For backwards compatibility with old experiment scripts:
NI_PCIe_6363 = deprecated_import_alias(
    "labscript_devices.NI_DAQmx.labscript_devices.NI_PCIe_6363")