changing signature of IPowerSupply according to issue#2 and propagate changes to RigolDP832 class
I started working on addressing issue #2 (closed).
- changed signature of IPowerSupply to clarify what each function does. Remove initialise, introduce reset.
- added program (implemented in IPowerSupply) and checkCompatibility function
- implemented program for Rigol class as an example
- switch to using exceptions for error handling in
IPowerSupply
- replace example power supply programs with
powersupply
that supportsEquipConf
Elisabetta
Edited by Karol Krizka
Merge request reports
Activity
- Resolved by Karol Krizka
- Resolved by Karol Krizka
added 1 commit
- 8b011051 - remove initialise, add reset. Move program implementation to IPowerSupply.
added 1 commit
- bad0595d - make program virtual member of IPowerSupply class
Dear @theim @kkrizka @emladina @spagan,
I addressed all comments by @kkrizka, and I moved the implementation of program back to IPowerSupply.
There are few items associated with issue#2 that I didn't address, and I motivated it in the issue.
Please, let me know if you have comments or suggestions - I'd like to merge the branch devel_issue2 to devel by early next week, and then start to migrate all PS class to inherit from IPowerSupply.
Cheers, Elisabetta
Edited by Elisabetta Pianorimentioned in issue #3 (closed)
- Resolved by Karol Krizka
- Resolved by Karol Krizka
- Resolved by Karol Krizka
- Resolved by Karol Krizka
- Resolved by Karol Krizka
- Resolved by Karol Krizka
Please register or sign in to reply