Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/badges/pylint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.52.0-beta.0] - Unreleased

### Added
- `grouping=2` input parameter in the `ZurichInstruments_Hdawg` to enable initialization directly in wanted grouping mode.
- Addition of `set_awg_module_index` method to set the AWG module index number.

### Changed
- All ZI grouping modes are now allowed in methods.
- For all calls using the "/awgs/n/" the AWG core number (n) is checked based on current grouping mode.

### Fixed
- Now referring to "AWG core", and using `awg_core` in methods where erroneously was referred to "AWG index" and `awg_index`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: Maybe we should rethink this. The problem with awg_core is that it works okay for 1x8 and 4x2 mode because the core and indices match. but for 2x4 the numbers that should be given are 0 and 2. This feels like an implementation detail that will cause confusion for the user. Maybe we should use an index again? that we internally map to a core value depending on the mode?


### Removed

Expand Down
Loading