Save-Path-File-Changes #1

Merged
rtan merged 41 commits from Save-Path-File-Changes into main 2025-04-23 13:56:19 +00:00
Showing only changes of commit 87b8908a99 - Show all commits

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 ###########################################################################################