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
Commits
7e4824b0
Commit
7e4824b0
authored
1 month ago
by
qutech-lab
Browse files
Options
Downloads
Patches
Plain Diff
fix stuipd error
parent
bc0aea9a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!74
Fix mfli driver
Pipeline
#1711521
waiting for manual action
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/python_spectrometer/daq/zurich_instruments.py
+1
-1
1 addition, 1 deletion
src/python_spectrometer/daq/zurich_instruments.py
with
1 addition
and
1 deletion
src/python_spectrometer/daq/zurich_instruments.py
+
1
−
1
View file @
7e4824b0
...
...
@@ -225,7 +225,7 @@ class ZurichInstrumentsMFLIDAQ(_ZurichInstrumentsDevice):
.. [1] https://www.zhinst.com/europe/en/resources/principles-of-lock-in-detection
"""
settings
=
self
.
DAQSettings
(
freq
=
freq
,
**
settings
)
settings
=
self
.
DAQSettings
(
freq
=
freq
,
**
settings
)
.
to_consistent_dict
()
if
'
bandwidth
'
in
settings
:
warnings
.
warn
(
'
The bandwidth parameter has been replaced by f_max
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment