jckantor / TCLab

Software support for the Temperature Control Laboratory.
Apache License 2.0
13 stars 22 forks source link

Standardise diagnostics #90

Closed alchemyst closed 6 years ago

alchemyst commented 6 years ago

I think it would be very useful when debugging initial connections to have a standard set of diagnostics in the library.

I'm thinking of having a diagnose function in the tclab so you could do something like

from tclab import diagnose

diagnose()

The output would be verbose and we could tell people to use this when reporting errors.