Skip to content
Snippets Groups Projects
Commit bb8bb5ee authored by lancebeet's avatar lancebeet
Browse files

csv

parent ffba76e2
Branches
No related tags found
No related merge requests found
...@@ -84,6 +84,15 @@ function makegui(P, plottingframerate = 10, guiframerate = 10) ...@@ -84,6 +84,15 @@ function makegui(P, plottingframerate = 10, guiframerate = 10)
calibrate(P) calibrate(P)
end end
#-----------------------------------------------# #-----------------------------------------------#
on(obs(expcsv)) do val
writecsv("datatanklab.csv", [gui.data[1]
gui.data[2]
gui.data[3]
gui.data[4]
gui.data[5]
gui.data[6]])
print("Data exported to datatanklab.csv\n")
end
LabGUI.set!(gui, widgets) LabGUI.set!(gui, widgets)
add!(gui, rcont) add!(gui, rcont)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment