Keithley/update idn#194
Conversation
|
Oh wow, I'm really sorry about that! |
|
@CJvanDiepen could you fix your github/ git email mismatch ? see https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/ |
|
@AdriaanRol @damazter @peendebak @alexcjohnson The merge of the Metadata branch added an self.add_parameter('IDN', get_cmd=self.get_idn, vals=Anything())and def get_idn(self, *args, **kwargs):
return {'vendor': None, 'model': None,
'serial': None, 'firmware': None}The intention was to unify the Sorry for the inconvenience! |
|
Oh right, that was a major oversight, sorry! We also have |
|
@CJvanDiepen I assume you're up and running with this fix for now - since we can expect a bunch of drivers are broken by this change currently, I'll take a stab at updating |
|
@MerlinSmiles Don't worry about it! The idea of unifying IDN's seems good to me. |
|
if you need any help with that ping, also send an email to On Thu, 26 May 2016 at 14:18 CJvanDiepen notifications@github.com wrote:
|
|
(oops, I didn't mean #74 in the commit message above, I meant #107 ) @CJvanDiepen do you want to try this now? I added an attempt at a generic This updates a bunch of other drivers that were probably broken since #107 because they tried to re-add |
|
@alexcjohnson thanks for the adjustments. The |
| logging.debug('Resetting instrument') | ||
| self._visainstrument.write('*RST') | ||
| self.get_all() | ||
|
|
There was a problem hiding this comment.
No blank line at the end of file?
There was a problem hiding this comment.
there were 2 blanks before.
|
Great - since I'm pretty sure the other drivers were broken before, so can be (and hopefully are!) better but not worse now, lets 💃 - thanks again for catching this @CJvanDiepen |
Added
get_idn()to the Keithley driver following on change in the base instrument class