pyvisa / pyvisa-py

A pure python PyVISA backend
https://pyvisa-py.readthedocs.io
MIT License
288 stars 124 forks source link

Fixed exception on interface open caused by missing primary address #199

Closed dirkenstein closed 5 years ago

dirkenstein commented 5 years ago

This got missed when after_parsing was removed from the interface class

MatthieuDartiailh commented 5 years ago

Don't we also need self.interface =None for the interface case ?

dirkenstein commented 5 years ago

Seemed to work without it, but you're probably right.

On Sun, Jul 21, 2019 at 3:11 PM Matthieu Dartiailh notifications@github.com wrote:

Don't we also need self.interface =None for the interface case ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pyvisa/pyvisa-py/pull/199?email_source=notifications&email_token=AJBR63J4WFM3PVIHQKZUFTTQARU7HA5CNFSM4IFRO5U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2OEKXQ#issuecomment-513557854, or mute the thread https://github.com/notifications/unsubscribe-auth/AJBR63JAN4ZOITRPHFSBLBDQARU7HANCNFSM4IFRO5UQ .

MatthieuDartiailh commented 5 years ago

Thanks. And thanks for putting up with my poorly debugged code. Can you reproduce your application in pyvisa-py now ?