- Fix issue that prevented connecting to different data server on the same host.
- Fix issue that cause node names to collide with native attributes. (
/zi/debug/log
collided with the native log attribute on Nodes)
- Added
py.typed
type information marker file (#63
).
- Updated to zhinst-toolkit 0.5.2
- Added
find_zsync_worker_port
function to the PQSC
- 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
- Add new class
zhinst.toolkit.Sequence
that 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.Session
to 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_code
to the awg node.
- Adapt AWG Waveform upload (
write_to_waveform_memory
) to append to existing transactions. - Make consistency validate during waveform upload optional (new flag
validate
inwrite_to_waveform_memory
). - Add
get_sequence_snippet
function tozhinst.toolkit.Waveforms
class. 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 addedWave
class fromzhinst.toolkit.Waveforms
. - Getting a value by calling a wildcard node now returns
zhinst.toolkit.nodetree.node.WildcardResult
-
Commandtable.load_validation_schema
can also get the command table JSON schema from the device. -
load_sequencer_program
now raises anValueError
if emptysequencer_program
string is given.#138
-
Added a new
raise_for_invalid_node
keyword-argument toNodeTree.update_nodes
.#110
Now 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
- Added support for SHFQC
- Added a helper function
uhfqa.qas[n].integration.write_integration_weights
for QAS integration weights configuration - Bugfix: Adapt Node Tree to be able to get daq result data #113
- Bugfix: in the
Waveform
class to be able to convert a single waveform into a complex waveform. - Bugfix: HF2 PID nodes are available.
- 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.awg
instead of raising an error (necessary for qcodes drivers) #102 hdawg.enable_qccs_mode
wrong reference clock source fixed- Small docstring corrections
- 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
- Adapt modulation frequency range to +-1GHz (shfsg.sgchannels[i].modulation_freq, shfqa.qachannels[i].sweeper.oscillator_freq)
- Bugfix: DAQ module timeout exception raises AttributeError
- Make the command table validation optional
- SHFQA Adapt oscillator_freq to +-500e6 Hz
- Initial support for SHFSG
- Make Node Tree generation case insensitive
- Bugfix #86
- Python 3.8 support
- General
- Add
sync
function used ashdawg.sync()
to perform global synchronization - Add support for
syncSet
- Add support for
setVector
- Add support for loading factory presets
- General documentation improvements
- Add
- AWG Core
- Update sequencer commands
- Update triggering in predefined sequences
- Update sequencer programs
- UHFQA
- Add
qa_delay
,allowed_sequences
,allowed_trigger_modes
parameter - Add support for PQSC
- Add scope module
- Add
- HDAWG
- Add
allowed_sequences
,allowed_trigger_modes
parameter - Add support for PQSC
- Add command table support
- Add
- Add PQSC driver
- Add SHFQA driver
- fix error when the device serial is uppercase
- fix busy error on AWG program upload
- extend AWG upload timeout to 100 s
- add type hints
- more documentation
- more documentation
- minor fixes and additions
- Initial release