Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-spectrometer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QuTech
python-spectrometer
Merge requests
!13
Alazar driver (config2)
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Alazar driver (config2)
feature/spectrometer_alazar
into
main
Overview
10
Commits
53
Pipelines
24
Changes
11
Merged
Tobias Hangleiter
requested to merge
feature/spectrometer_alazar
into
main
2 years ago
Overview
10
Commits
53
Pipelines
24
Changes
11
Migrated from
qutil!38 (closed)
.
0
0
Merge request reports
Compare
main
version 12
2169a83a
1 year ago
version 11
e3b4741d
2 years ago
version 10
39059e1a
2 years ago
version 9
82769bf7
2 years ago
version 8
eb27f6c8
2 years ago
version 7
7ec00604
2 years ago
version 6
7b2bc975
2 years ago
version 5
943c72de
2 years ago
version 4
901a6128
2 years ago
version 3
d9c8827b
2 years ago
version 2
21430eb7
2 years ago
version 1
27ed6cfe
2 years ago
main (base)
and
latest version
latest version
957331cd
53 commits,
1 year ago
version 12
2169a83a
43 commits,
1 year ago
version 11
e3b4741d
40 commits,
2 years ago
version 10
39059e1a
39 commits,
2 years ago
version 9
82769bf7
38 commits,
2 years ago
version 8
eb27f6c8
35 commits,
2 years ago
version 7
7ec00604
34 commits,
2 years ago
version 6
7b2bc975
29 commits,
2 years ago
version 5
943c72de
17 commits,
2 years ago
version 4
901a6128
16 commits,
2 years ago
version 3
d9c8827b
15 commits,
2 years ago
version 2
21430eb7
14 commits,
2 years ago
version 1
27ed6cfe
11 commits,
2 years ago
11 files
+
311
−
353
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
src/python_spectrometer/daq/__init__.pyi
+
7
−
6
View file @ 957331cd
Edit in single-file editor
Open in Web IDE
Show full file
__all__
=
[
'
qcodes
'
,
'
simulator
'
,
'
swabian_instruments
'
,
'
zurich_instruments
'
,
'
Keysight344xxA
'
,
'
NationalInstrumentsUSB6003
'
,
'
SwabianInstrumentsTimeTagger
'
,
'
DAQSettings
'
,
'
QoptColoredNoise
'
,
'
ZurichInstrumentsMFLIScope
'
,
'
ZurichInstrumentsMFLIDAQ
'
]
__all__
=
[
'
atsaverage
'
,
'
qcodes
'
,
'
simulator
'
,
'
swabian_instruments
'
,
'
zurich_instruments
'
,
'
AlazarATS9xx0
'
,
'
Keysight344xxA
'
,
'
NationalInstrumentsUSB6003
'
,
'
SwabianInstrumentsTimeTagger
'
,
'
DAQSettings
'
,
'
QoptColoredNoise
'
,
'
ZurichInstrumentsMFLIScope
'
,
'
ZurichInstrumentsMFLIDAQ
'
]
from
.
import
qcodes
,
simulator
,
swabian_instruments
,
zurich_instruments
from
.
import
atsaverage
,
qcodes
,
simulator
,
swabian_instruments
,
zurich_instruments
from
.atsaverage
import
AlazarATS9xx0
from
.qcodes
import
(
Keysight344xxA
,
NationalInstrumentsUSB6003
,
# Backwards "compatibility"
keysight_344xxA
,
national_instruments_daq
)
from
.settings
import
(
BoundedSet
,
ContinuousInterval
,
DAQSettings
,
DiscreteInterval
)
from
.settings
import
DAQSettings
from
.simulator
import
(
QoptColoredNoise
,
# Backwards "compatibility"
qopt_colored_noise
)
Loading