Changelog#
zhinst-qcodes Changelog#
Version 0.6.0#
Add explicit Instrument wrappers for SHFLI and GHFLI
The constructor of
Sessionfails when attempting to connect to a data-server on a different LabOne version. This behavior can be overridden by setting the newly added allow_version_mismatch keyword argument to True. When allow_version_mismatch=True is passed to theSessionconstructor the connection to the data-server succeeds even if the version doesn’t match.
Version 0.5.5#
Fix issue that prevented connecting to different data server on the same host.
Version 0.5.4#
Fix issue that cause node names to collide with native attributes. (
/zi/debug/logcollided with the native log attribute on Nodes)
Version 0.5.3#
Added
py.typedtype information marker file (#63).
Version 0.5.2#
Updated to zhinst-toolkit 0.5.2
Added
find_zsync_worker_portfunction to the PQSC
Version 0.5.0#
Updated to zhinst-toolkit 0.5.0
Added support for LabOne DAQ module
Added support for LabOne Sweeper module
Added support for LabOne Scope module
Avoid connecting to node when cache update set to false
Version 0.4.1#
Add new class
zhinst.toolkit.Sequencethat allows a more flexible use of sequences in toolkit (#141).Add support for session wide transactions that bundle set command from all devices connected to the data server. (
#134)Add
from_existing_connection()tozhinst.toolkit.Sessionto help reusing the existing DataServer connection.Bugfix: Nodes with nameless options don’t raise an exception when their enum attribute is called (
#165).Bugfix: Values of enumerated nodes can now be pickled (
#129).Adapt toolkit to use the offline awg compiler when uploading a sequencer code to a awg node. Improves the performance a lot and also enables the uploading of a sequencer code within a transaction (Works both for AWGs and Generators).
Add new function
compile_sequencer_codeto the awg node.
Version 0.3.5#
Adapt AWG Waveform upload (
write_to_waveform_memory) to append to existing transactions.Make consistency validate during waveform upload optional (new flag
validateinwrite_to_waveform_memory).Add
get_sequence_snippetfunction tozhinst.toolkit.Waveformsclass. The function is able to generated a sequence code snippet that defines and assigns the waveforms for this object. Additional meta information like an optional name or the output configuration can be specified through a newly addedWaveclass fromzhinst.toolkit.Waveforms.Getting a value by calling a wildcard node now returns
zhinst.toolkit.nodetree.node.WildcardResult
Version 0.3.4#
Commandtable.load_validation_schemacan also get the command table JSON schema from the device.load_sequencer_programnow raises anValueErrorif emptysequencer_programstring is given.#138Added a new
raise_for_invalid_nodekeyword-argument toNodeTree.update_nodes.#110Now only a warning (instead of
KeyError) is issued when trying to initialize device/module object, which does not have nodes defined in node value parsers.Minor type hint fixes.
#147
Version 0.3.3#
Added support for SHFQC
Version 0.3.2#
Added a helper function
uhfqa.qas[n].integration.write_integration_weightsfor QAS integration weights configurationBugfix: Adapt Node Tree to be able to get daq result data #113
Bugfix: in the
Waveformclass to be able to convert a single waveform into a complex waveform.Bugfix: HF2 PID nodes are available.
Version 0.3.1#
Add missing nodes setting for QCCS mode #108
pqsc.check_zsync_connection blocks even if nothing is connected
Create a temporary awg module every time a sequencer code is uploaded (The reason for it is to have a defined state) #104
reintroduce uhfqa.qa_delay function
uhfli/uhfqa return node object for
uhfli.awginstead of raising an error (necessary for qcodes drivers) #102hdawg.enable_qccs_modewrong reference clock source fixedSmall docstring corrections
Version 0.3#
Redesign and complete refactoring of zhinst-toolkit
Lazy node tree to improve setup times
Switch to session based approach (no longer device based)
Command table handling improved
Waveform handling improved
Removed automated sequencer code generation
Added LabOne modules
Improved testing with mocking
Version 0.2.4#
Adapt modulation frequency range to +-1GHz (shfsg.sgchannels[i].modulation_freq, shfqa.qachannels[i].sweeper.oscillator_freq)
Bugfix: DAQ module timeout exception raises AttributeError
Version 0.2.3#
Make the command table validation optional
Version 0.2.2#
SHFQA Adapt oscillator_freq to +-500e6 Hz
Initial support for SHFSG
Make Node Tree generation case insensitive
Version 0.2.1#
Bugfix #86
Version 0.2.0#
Python 3.8 support
General
Add
syncfunction used ashdawg.sync()to perform global synchronizationAdd support for
syncSetAdd support for
setVectorAdd support for loading factory presets
General documentation improvements
AWG Core
Update sequencer commands
Update triggering in predefined sequences
Update sequencer programs
UHFQA
Add
qa_delay,allowed_sequences,allowed_trigger_modesparameterAdd support for PQSC
Add scope module
HDAWG
Add
allowed_sequences,allowed_trigger_modesparameterAdd support for PQSC
Add command table support
Add PQSC driver
Add SHFQA driver
Version 0.1.5#
fix error when the device serial is uppercase
Version 0.1.4#
fix busy error on AWG program upload
Version 0.1.3#
extend AWG upload timeout to 100 s
Version 0.1.2#
add type hints
more documentation
Version 0.1.1#
more documentation
minor fixes and additions
Version 0.1.0#
Initial release