BLACS, part of the labscript suite, provides an interface to hardware used to control a buffered experiment. It manages a queue of shots to be run as well as providing manual control over devices between shots.
Other
0
stars
0
forks
source link
BLACS should respect output limits as defined in the connection table #33
Once we get labscript issue #13 (labscript-suite-temp/labscript#44) resolved, we need to update BLACS to use them I think this means pulling them out from the connection table in the _create_AO_object method in device_base_class.py and feeding them into the AO object instantiation if they fall inside of the hardware limits of the device.
Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: pstarkey).
Once we get labscript issue #13 (labscript-suite-temp/labscript#44) resolved, we need to update BLACS to use them I think this means pulling them out from the connection table in the
_create_AO_object
method in device_base_class.py and feeding them into the AO object instantiation if they fall inside of the hardware limits of the device.