-
Notifications
You must be signed in to change notification settings - Fork 335
[wip] Add better types to sr86x #7533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
self.add_submodule(ch_name, data_channel) | ||
|
||
self.add_submodule("data_channels", data_channels.to_channel_tuple()) | ||
self.data_channels: ChannelTuple[SR86xDataChannel] = self.add_submodule( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps the individual channels should also be declared statically similar to what was done in Keysight 33xxx drivers
) | ||
""" | ||
T buffer readout. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The aux parameters could also be declared statically
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7533 +/- ##
==========================================
- Coverage 59.71% 58.64% -1.08%
==========================================
Files 351 352 +1
Lines 31655 31665 +10
==========================================
- Hits 18904 18569 -335
- Misses 12751 13096 +345 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
530e230
to
cd9ae8d
Compare
cd9ae8d
to
241271a
Compare
No description provided.