Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
DoubleTankLab.jl
Commits
bb8bb5ee
Commit
bb8bb5ee
authored
Mar 08, 2018
by
lancebeet
Browse files
csv
parent
ffba76e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tanklabgui.jl
View file @
bb8bb5ee
...
...
@@ -84,6 +84,15 @@ function makegui(P, plottingframerate = 10, guiframerate = 10)
calibrate
(
P
)
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
)
add!
(
gui
,
rcont
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment