Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
artiq_experiments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nicolas Nunez Barreto
artiq_experiments
Commits
90f70063
Commit
90f70063
authored
Jul 07, 2021
by
Lucas Giardino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
errata: cambio set a set_frequency
parent
e05cb655
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
IR_spectrum.py
artiq_master/repository/Experiments/IR_spectrum.py
+6
-6
No files found.
artiq_master/repository/Experiments/IR_spectrum.py
View file @
90f70063
...
@@ -103,7 +103,7 @@ class SingleChannelScan(EnvExperiment):
...
@@ -103,7 +103,7 @@ class SingleChannelScan(EnvExperiment):
delay
(
150
*
us
)
# Agrego unos forros 200us porque si no no anda
delay
(
150
*
us
)
# Agrego unos forros 200us porque si no no anda
delay
(
self
.
t_cool
)
# Mas el tiempo de cooling, ~ 50us
delay
(
self
.
t_cool
)
# Mas el tiempo de cooling, ~ 50us
self
.
laserIR
.
channel
.
set
(
freq
,
profile
=
1
)
# Cambio la frec del perfil 1 (estoy en el 0)
self
.
laserIR
.
set_frequency
(
freq
,
profile
=
1
)
# Cambio la frec del perfil 1 (estoy en el 0)
cuentas
=
self
.
readout
()
# Hago la medicion y vuelvo con las cuentas
cuentas
=
self
.
readout
()
# Hago la medicion y vuelvo con las cuentas
...
...
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