-
Notifications
You must be signed in to change notification settings - Fork 343
[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.88% 58.89% -1.00%
==========================================
Files 352 353 +1
Lines 31843 31853 +10
==========================================
- Hits 19070 18760 -310
- Misses 12773 13093 +320 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
530e230 to
cd9ae8d
Compare
cd9ae8d to
241271a
Compare
241271a to
d5bf566
Compare
No description provided.