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
a5855919
Commit
a5855919
authored
Jul 05, 2021
by
Martin Drechsler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
algunos cambios, sacamos uan linea de prender el pulso auxiliar, pusimos para hacer comments
parent
8e1fed86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
single_transition.py
artiq_master/repository/Experiments/single_transition.py
+11
-3
No files found.
artiq_master/repository/Experiments/single_transition.py
View file @
a5855919
...
...
@@ -39,6 +39,8 @@ class SingleLine(EnvExperiment):
"Experiment params"
)
self
.
setattr_argument
(
"Comments"
,
StringValue
(
" "
),
"General comments"
)
@
rpc
def
create_datasets
(
self
):
self
.
set_dataset
(
"counts"
,
[],
...
...
@@ -47,6 +49,9 @@ class SingleLine(EnvExperiment):
self
.
set_dataset
(
"t_prep_S"
,
self
.
t_prepS
,
broadcast
=
False
,
archive
=
True
)
self
.
set_dataset
(
"t_enfriar_ion"
,
self
.
t_cool
,
broadcast
=
False
,
archive
=
True
)
self
.
set_dataset
(
"no_measures"
,
self
.
no_measures
,
broadcast
=
False
,
archive
=
True
)
self
.
set_dataset
(
"Comments"
,
self
.
Comments
)
self
.
laserIR
.
generate_dataset
()
self
.
laserUV
.
generate_dataset
()
#self.set_dataset("frec_UV",self.frec_UV, broadcast=False,archive=True)
...
...
@@ -121,14 +126,17 @@ class SingleLine(EnvExperiment):
# Prendo y apago la TTL para ver en el osc.
self
.
pmt_state
.
on
()
here
=
self
.
pmt
.
gate_rising
(
self
.
t_readout
)
self
.
pmt
.
gate_rising
(
self
.
t_readout
)
#with parallel:
self
.
pmt_state
.
off
()
self
.
laserIR
.
on
()
self
.
laserUV
.
off
()
#self.pmt_state.pulse(self.t_readout)
#cuentas = self.pmt.count(here)
#delay(1*us)
self
.
enfriar_ion
()
return
here
#
self.enfriar_ion()
return
now_mu
()
@
kernel
def
save_counts
(
self
,
t_end
):
...
...
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