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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qutech
python-spectrometer
Commits
08f9efea
Verified
Commit
08f9efea
authored
2 months ago
by
Tobias Hangleiter
Browse files
Options
Downloads
Patches
Plain Diff
Clarify incorrect note
parent
f7673194
Branches
Branches containing commit
Tags
v1.7.0
Tags containing commit
1 merge request
!66
Extend simulator module
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/python_spectrometer/daq/zurich_instruments.py
+2
-11
2 additions, 11 deletions
src/python_spectrometer/daq/zurich_instruments.py
with
2 additions
and
11 deletions
src/python_spectrometer/daq/zurich_instruments.py
+
2
−
11
View file @
08f9efea
...
...
@@ -57,6 +57,8 @@ from packaging import version
from
qutil.domains
import
DiscreteInterval
,
ExponentialDiscreteInterval
from
scipy.special
import
gamma
from
zhinst
import
toolkit
from
zhinst.core.errors
import
SampleLossError
from
zhinst.toolkit.exceptions
import
ToolkitError
from
.base
import
DAQ
,
AcquisitionGenerator
from
.settings
import
DAQSettings
...
...
@@ -78,9 +80,6 @@ if version.parse(toolkit.__version__) < version.parse('0.5.0'):
raise
ImportError
(
'
This DAQ requires zhinst-toolkit >= 0.5.0.
'
"
You can install it by running
'
pip install zhinst-toolkit>=0.5.0
'
.
"
)
from
zhinst.core.errors
import
SampleLossError
from
zhinst.toolkit.exceptions
import
ToolkitError
logger
=
logging
.
getLogger
(
__name__
)
ZhinstDeviceT
=
TypeVar
(
'
ZhinstDeviceT
'
,
bound
=
toolkit
.
driver
.
devices
.
base
.
BaseInstrument
)
...
...
@@ -116,14 +115,6 @@ class ZurichInstrumentsMFLIDAQ(_ZurichInstrumentsDevice):
components, X + iY, and therefore the resulting spectrum is two-
sided.
.. note::
For measurements where the input is not connected to the output
of the Lock-in, this means there is a coherent signal at the
oscillator frequency present in the time series data. Due to
non-idealities, its peak in the spectrum has a finite width and
may thus overshadow spectral features present in the input.
Parameters
----------
session : toolkit.session.Session
...
...
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