added TODO message, nth more

This commit is contained in:
Ryan Tan 2024-07-23 09:10:32 +02:00
parent c859404a15
commit 87b8908a99

View File

@ -567,7 +567,8 @@ def sweep_b_val(instr:pyvisa.resources.Resource, min_bval:float, max_bval:float,
wl = np.array(loaded_files.wavelength)
np.savetxt("Wavelength.txt", wl)
# TODO: write a function that simultaneously controls the two power supplies. => Threading
# in function head should be func(instr1, instr2, args1, kwargs1, args2, kwargs2)
################################################################# END OF FUNCTION DEFS ###########################################################################################