Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
util
sequencer
scan-p-gun-vgrid
Commits
3b7171c0
Commit
3b7171c0
authored
May 31, 2022
by
Francesco Tripaldi
Browse files
Fix type error
parent
5c6076dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ScanPGunVgrid.py
View file @
3b7171c0
...
...
@@ -143,9 +143,9 @@ def main():
plt
.
xlabel
(
'GUN Vgrid (V)'
)
plt
.
ylabel
(
'Booster current (mA)'
)
if
topup_test_mode
==
True
:
pl
y
.
ylim
(
0
,
0.6
)
pl
t
.
ylim
(
0
,
0.6
)
else
:
pl
y
.
ylim
(
0
,
1.6
)
pl
t
.
ylim
(
0
,
1.6
)
plt
.
legend
(
loc
=
0
)
fig
=
plt
.
gcf
()
fig2elog
(
fig
,
elog_text
)
...
...
Write
Preview
Markdown
is supported
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