[DRAFT] Add Rigol instrument#8
Conversation
Arkh42
left a comment
There was a problem hiding this comment.
There is a problem with the code: the DS1102E inherits from Electrometer instead of Oscilloscope. I defined the minimum functions to implement in the oscilloscope.py file. I'm sending a commit ASAP.
|
Yes, this PR is not complete yet. I created this draft so that we can discuss the implementation details in case anything needs to change. |
|
The base class is now committed. |
|
I also forgot to mention to write the corresponding test functions. :) |
Draft of DS1102E support