Source code for labscript_devices.FlyCapture2Camera.blacs_tabs

#####################################################################
#                                                                   #
# /labscript_devices/FlyCapture2Camera/blacs_tabs.py                #
#                                                                   #
# Copyright 2019, Monash University and contributors                #
#                                                                   #
# 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.IMAQdxCamera.blacs_tabs import IMAQdxCameraTab

[docs] class FlyCapture2CameraTab(IMAQdxCameraTab): """Thin sub-class of obj:`IMAQdxCameraTab`. This sub-class only defines :obj:`worker_class` to point to the correct :obj:`FlyCapture2CameraWorker`.""" # override worker class worker_class = 'labscript_devices.FlyCapture2Camera.blacs_workers.FlyCapture2CameraWorker'