Skip to content

Commit

Permalink
Fix: Octave.Upconverter.triggered_reersed
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Jul 6, 2024
1 parent 9e51f87 commit 4efc3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Fixed
- Fix quam object instantiation error when a parameter type uses pipe operator
- Allow int keys to be serialised / loaded in QuAM using JSONSerialiser
- Fix type `OctaveUpconverter.triggered_reersed` -> `OctaveUpconverter.triggered_reversed`


## [0.3.3]
Expand Down
2 changes: 1 addition & 1 deletion quam/components/octave.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class OctaveUpConverter(OctaveFrequencyConverter):
LO_source: Literal["internal", "external"] = "internal"
gain: float = 0
output_mode: Literal[
"always_on", "always_off", "triggered", "triggered_reersed"
"always_on", "always_off", "triggered", "triggered_reversed"
] = "always_off"
input_attenuators: Literal["off", "on"] = "off"

Expand Down

0 comments on commit 4efc3cb

Please sign in to comment.