Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Experimental Physics
Quantum Circuits
python-repo
Commits
7e3cabf3
Commit
7e3cabf3
authored
Aug 13, 2020
by
Christian Schneider
Browse files
Update SA.py
parent
d08cd59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Instruments/SA.py
Instruments/SA.py
+7
-1
No files found.
Instruments/SA.py
View file @
7e3cabf3
...
...
@@ -278,5 +278,11 @@ class SA(object):
'Points'
:
self
.
instr
.
points
(),
'Sweep time'
:
'{:.3e} s'
.
format
(
self
.
instr
.
sweep_time
()),
}
dct
.
update
(
self
.
instr
.
additionnal_parameters
())
# Try to fetch additional parameters
try
:
dct
.
update
(
self
.
instr
.
additionnal_parameters
())
except
AttributeError
:
pass
return
dct
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