Skip to content
Snippets Groups Projects
Verified Commit 08f9efea authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Clarify incorrect note

parent f7673194
Branches
Tags v1.7.0
1 merge request!66Extend simulator module
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment