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
ea2eb710
Commit
ea2eb710
authored
Jul 29, 2025
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agrego
parent
6b044331
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
18 additions
and
4 deletions
+18
-4
last_rid.pyon
artiq_master/last_rid.pyon
+1
-1
ReadCameraTrigg.py
artiq_master/repository/Tests/ReadCameraTrigg.py
+17
-3
000023278-MasterControl.h5
...q_master/results/2025-07-28/11/000023278-MasterControl.h5
+0
-0
000023280-ControlAllRF.h5
artiq_master/results/2025-07-28/11/000023280-ControlAllRF.h5
+0
-0
000023281-MasterControl.h5
...q_master/results/2025-07-28/11/000023281-MasterControl.h5
+0
-0
000023282-MasterControl.h5
...q_master/results/2025-07-28/14/000023282-MasterControl.h5
+0
-0
000023289-MasterControl.h5
...q_master/results/2025-07-28/14/000023289-MasterControl.h5
+0
-0
000023290-MasterControl.h5
...q_master/results/2025-07-28/15/000023290-MasterControl.h5
+0
-0
000023292-MasterControl.h5
...q_master/results/2025-07-28/17/000023292-MasterControl.h5
+0
-0
000023293-MasterControl.h5
...q_master/results/2025-07-28/17/000023293-MasterControl.h5
+0
-0
No files found.
artiq_master/last_rid.pyon
View file @
ea2eb710
232
77
232
93
artiq_master/repository/Tests/ReadCameraTrigg.py
View file @
ea2eb710
...
...
@@ -64,7 +64,7 @@ class ReadCameraTrigg(EnvExperiment):
self
.
setattr_argument
(
"t_exp"
,
NumberValue
(
1
*
ms
,
unit
=
's'
,
scale
=
s
,
min
=
1
*
us
,
max
=
500
*
ms
),
NumberValue
(
1
000
*
us
,
unit
=
'us'
,
scale
=
u
s
,
min
=
1
*
us
,
max
=
500
*
ms
),
"Experiment params"
)
...
...
@@ -76,8 +76,14 @@ class ReadCameraTrigg(EnvExperiment):
self
.
setattr_argument
(
"N"
,
NumberValue
(
10
,
min
=
1
,
max
=
10000
,
ndecimals
=
0
,
step
=
1
),
"Experiment params"
)
print
(
'lolo'
)
self
.
setattr_argument
(
"time_width"
,
NumberValue
(
1
*
ms
,
unit
=
'ms'
,
scale
=
ms
,
min
=
1
*
ms
,
max
=
500
*
ms
),
"Trigger params"
)
self
.
setattr_argument
(
"time_delay"
,
NumberValue
(
1
*
ms
,
unit
=
'ms'
,
scale
=
ms
,
min
=
1
*
ms
,
max
=
500
*
ms
),
"Trigger params"
)
@
rpc
...
...
@@ -153,6 +159,14 @@ class ReadCameraTrigg(EnvExperiment):
self
.
run2
()
@
kernel
def
fire_trigger
(
self
):
"Envio y medicion de pulsos"
self
.
camera_trigger
.
on
()
delay
(
self
.
time_width
)
self
.
camera_trigger
.
off
()
delay
(
self
.
time_delay
)
@
kernel
def
run2
(
self
):
#Inicializacion artiq
...
...
artiq_master/results/2025-07-28/11/000023278-MasterControl.h5
0 → 100644
View file @
ea2eb710
File added
artiq_master/results/2025-07-28/11/000023280-ControlAllRF.h5
0 → 100644
View file @
ea2eb710
File added
artiq_master/results/2025-07-28/11/000023281-MasterControl.h5
0 → 100644
View file @
ea2eb710
File added
artiq_master/results/2025-07-28/14/000023282-MasterControl.h5
0 → 100644
View file @
ea2eb710
File added
artiq_master/results/2025-07-28/14/000023289-MasterControl.h5
0 → 100644
View file @
ea2eb710
File added
artiq_master/results/2025-07-28/15/000023290-MasterControl.h5
0 → 100644
View file @
ea2eb710
File added
artiq_master/results/2025-07-28/17/000023292-MasterControl.h5
0 → 100644
View file @
ea2eb710
File added
artiq_master/results/2025-07-28/17/000023293-MasterControl.h5
0 → 100644
View file @
ea2eb710
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