* Feedback model now supports SHFQC internal feedback. * Added a function to get status flags of devices. New module `zhinst.utils.device_status` includes `DeviceStatusFlag` Enum and `get_device_statuses()`. * Added a function `zhinst.utils.api_compatiblity.check_dataserver_device_compatibility()` to check LabOne DataServer and devices firmware compatibility. The function raises `zhinst.utils.exceptions.CompatibilityError` if incompatibilities are found.
0.2
* ShfSweeper: New Setting for PSD * Shfqa: Fix writing of weights vectors if index zero is absent. * Adapt feedback latency model for LabOne 23.02.
0.1.5
* ShfSweeper: Fixed a bug where delay settings would be wrongly rejected as "Delay ... ns not in multiples of 2 ns" due to numerical precision. * ShfSweeper: Changed the default value of the integration delay to 224 ns to better match the digital and analog delay when directly looping back the analog output to the analog input.
0.1.4
* ShfSweeper: Fixed a bug where the step size for the sweep was calculated with the wrong division factor, resulting in a too small step size and the sweep stopping one step short of the stop frequency.
0.1.3
* Docs: Updated documentation to display `zhinst.core` instead of `zhinst.ziPython` * Increased `DeprecationWarning` stack level when importing `zhinst.deviceutils` * ShfSweeper: Add configurable wait time after integration