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
599a38c7
Commit
599a38c7
authored
Jun 19, 2021
by
Lucas Giardino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
single_transition: comento ttl de pmt
parent
f549c276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
single_transition.py
artiq_master/repository/Experiments/single_transition.py
+5
-5
No files found.
artiq_master/repository/Experiments/single_transition.py
View file @
599a38c7
...
...
@@ -16,7 +16,7 @@ class SingleLine(EnvExperiment):
self
.
setattr_device
(
"ccb"
)
self
.
pmt
=
self
.
get_device
(
"ttl0"
)
self
.
pmt_state
=
self
.
get_device
(
"ttl4"
)
#
self.pmt_state = self.get_device("ttl4")
self
.
laserUV
=
UrukulCh
(
self
,
ch
=
2
,
freq
=
110.0
,
amp
=
0.3
,
name
=
"UV"
)
#corresponde a 0.7 Vpp
self
.
laserIR
=
UrukulCh
(
self
,
ch
=
1
,
freq
=
208.0
,
amp
=
0.35
,
name
=
"IR"
)
#corresponde a 0.8 Vpp
...
...
@@ -71,7 +71,7 @@ class SingleLine(EnvExperiment):
self
.
create_datasets
()
self
.
create_applets
()
self
.
init_kernel
()
delay
(
1
00
*
ms
)
delay
(
1
*
ms
)
self
.
enfriar_ion
()
for
runN
in
range
(
self
.
no_measures
):
...
...
@@ -89,11 +89,11 @@ class SingleLine(EnvExperiment):
def
init_kernel
(
self
):
self
.
core
.
reset
()
self
.
pmt
.
input
()
self
.
pmt_state
.
output
()
#
self.pmt_state.output()
self
.
laserIR
.
initialize_channel
()
self
.
laserUV
.
initialize_channel
()
# Quizas haya errores de tiempo.
self
.
pmt_state
.
off
()
#
self.pmt_state.off()
self
.
laserIR
.
set_channel
()
self
.
laserUV
.
set_channel
()
self
.
core
.
wait_until_mu
(
now_mu
())
...
...
@@ -144,4 +144,4 @@ class SingleLine(EnvExperiment):
self
.
core
.
break_realtime
()
self
.
laserIR
.
off
()
self
.
laserUV
.
off
()
self
.
pmt_state
.
off
()
#
self.pmt_state.off()
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