Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed May 16, 2024
1 parent 66fa4ab commit 3e283c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
- Added the following parameters to `IQChannel`: `RF_frequency`, `LO_frequency`, `intermediate_frequency`
- Added the following properties to `IQChannel`: `inferred_RF_frequency`, `inferred_LO_frequency`, `inferred_intermediate_frequency`
These properties can be attached to the relevant parameters to infer the frequency from the remaining two parameters.

- Added `IQChannel.inferred_RF/LO/intermediate_frequency`
These can be used to infer the frequency from the remaining two frequencies

### Changed
- Deprecated the `rf_frequency` property in favor of the `RF_frequency` parameter in `IQChannel`
- Added channel types: `InSingleChannel`, `InIQChannel`, `InSingleOutIQChannel`, `InIQOutSingleChannel`
- Restructured channels to allow for other channel types.
- `IQChannel` now has all three frequency parameters: `RF_frequency`, `LO_frequency`, `intermediate_frequency`
- Deprecated `IQChannel.rf_frequency` in favor of `IQChannel.RF_frequency`

### Fixed
- Fixed dataclass ClassVar parameters being wrongly classified as optional or required dataclass args
Expand Down

0 comments on commit 3e283c0

Please sign in to comment.