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
60c2e984
Commit
60c2e984
authored
Nov 12, 2018
by
Aleksei
Browse files
last changes
parent
3a266073
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
QUBEXP/qreadout.py
QUBEXP/qreadout.py
+2
-1
No files found.
QUBEXP/qreadout.py
View file @
60c2e984
...
...
@@ -158,7 +158,8 @@ class Readout(object):
self
.
pars_dict
.
update
({
'Downmixer power'
:
dm_power
})
def
__set_LO
(
self
):
freq
=
np
.
round
(
self
.
_rogen
.
frequency
()
+
self
.
DM_frequency
()
*
1e-3
,
10
)
#freq = np.round(self._rogen.frequency()+self.DM_frequency()*1e-3,10)
freq
=
np
.
round
(
self
.
_rogen
.
frequency
(),
10
)
self
.
_logen
.
frequency
(
freq
)
self
.
_logen
.
power
(
self
.
DM_power
())
self
.
_logen
.
output
(
1
)
...
...
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