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
a45a43be
Commit
a45a43be
authored
Apr 29, 2024
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meds
parent
3e350a31
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
56 additions
and
9 deletions
+56
-9
last_rid.pyon
artiq_master/last_rid.pyon
+1
-1
aperturecontrol.py
artiq_master/repository/Tests/aperturecontrol.py
+46
-0
loadingions.py
artiq_master/repository/Tests/loadingions.py
+9
-8
000017672-InOut.h5
artiq_master/results/2024-04-22/16/000017672-InOut.h5
+0
-0
000017675-InOut.h5
artiq_master/results/2024-04-24/14/000017675-InOut.h5
+0
-0
000017676-InOut.h5
artiq_master/results/2024-04-24/14/000017676-InOut.h5
+0
-0
000017677-InOut.h5
artiq_master/results/2024-04-24/15/000017677-InOut.h5
+0
-0
000017678-InOut.h5
artiq_master/results/2024-04-24/15/000017678-InOut.h5
+0
-0
000017679-ControlAllRF.h5
artiq_master/results/2024-04-24/16/000017679-ControlAllRF.h5
+0
-0
000017680-ControlAllRF.h5
artiq_master/results/2024-04-26/15/000017680-ControlAllRF.h5
+0
-0
000017681-InOut.h5
artiq_master/results/2024-04-29/09/000017681-InOut.h5
+0
-0
No files found.
artiq_master/last_rid.pyon
View file @
a45a43be
176
7
1
176
8
1
artiq_master/repository/Tests/aperturecontrol.py
0 → 100644
View file @
a45a43be
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Wed Apr 24 14:24:05 2024
@author: liaf-ankylosaurus-admin
"""
import
numpy
as
np
from
artiq.experiment
import
*
#from pyliaf.GenFun.generador import nombredelaclase
class
InOut
(
EnvExperiment
):
"""
Control de shutter prueba
"""
def
build
(
self
):
self
.
setattr_device
(
"core"
)
self
.
setattr_device
(
"ccb"
)
self
.
ttl6
=
self
.
get_device
(
"ttl6"
)
self
.
setattr_argument
(
"N_blinks"
,
NumberValue
(
1
,
min
=
1
,
max
=
200
,
ndecimals
=
0
,
step
=
1
),
"Experiment params"
)
@
kernel
def
run
(
self
):
#Preparamos las variables
#Se prenden los "canales" a usar
self
.
core
.
reset
()
self
.
ttl6
.
output
()
delay
(
20
*
ms
)
# time for the artiq init.
for
i
in
range
(
self
.
N_blinks
):
self
.
ttl6
.
on
()
delay
(
1000
*
ms
)
self
.
ttl6
.
off
()
delay
(
1000
*
ms
)
artiq_master/repository/Tests/loadingions.py
View file @
a45a43be
...
...
@@ -6,7 +6,7 @@ Created on Mon Apr 15 13:47:37 2024
import
numpy
as
np
from
artiq.experiment
import
*
#from pyLIAF.GenFunc.generador import Generador
class
InOut
(
EnvExperiment
):
"""
...
...
@@ -80,6 +80,13 @@ class InOut(EnvExperiment):
if
save
:
np
.
savetxt
(
'escribo_ticks.dat'
,
self
.
ticks
[:
-
1
])
@
rpc
def
TurnOnRF
(
self
):
blablabla
def
TurnOffRF
(
self
):
boalbas
@
kernel
def
run
(
self
):
#Preparamos las variables y los graficos
...
...
@@ -104,17 +111,11 @@ class InOut(EnvExperiment):
# tiempo= self.core.mu_to_seconds(tiempo)
# self.mutate_dataset('time',i,tiempo)
print
(
cuentas
)
#print(tiempo)
self
.
core
.
break_realtime
()
#print(self.counts)
start_time
=
now_mu
()
# Record the start timeself.core.break_realtime()
self
.
core
.
break_realtime
()
#self.core.wait_until_mu(now_mu())
...
...
artiq_master/results/2024-04-22/16/000017672-InOut.h5
0 → 100644
View file @
a45a43be
File added
artiq_master/results/2024-04-24/14/000017675-InOut.h5
0 → 100644
View file @
a45a43be
File added
artiq_master/results/2024-04-24/14/000017676-InOut.h5
0 → 100644
View file @
a45a43be
File added
artiq_master/results/2024-04-24/15/000017677-InOut.h5
0 → 100644
View file @
a45a43be
File added
artiq_master/results/2024-04-24/15/000017678-InOut.h5
0 → 100644
View file @
a45a43be
File added
artiq_master/results/2024-04-24/16/000017679-ControlAllRF.h5
0 → 100644
View file @
a45a43be
File added
artiq_master/results/2024-04-26/15/000017680-ControlAllRF.h5
0 → 100644
View file @
a45a43be
File added
artiq_master/results/2024-04-29/09/000017681-InOut.h5
0 → 100644
View file @
a45a43be
File added
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