-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for LabJack DAQ devices #890
Conversation
Does not yet support the waveform digitizer or waveform generator, or the other LabJack T7 models.
apstools/devices/labjack.py
Outdated
class AnalogOutput(Output): | ||
"""An analog output on a labjack device.""" | ||
|
||
pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minor documentation changes. Happy New Year!
Co-authored-by: Pete R Jemian <prjemian@users.noreply.github.com>
Co-authored-by: Pete R Jemian <prjemian@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback. Changes made as suggested and added as several new commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks for the contribution!
@canismarko: If you can, push the green merge button. |
Fixes #879.
One note: I created a LabJackBase class and then subclass this for the various T-series devices (e.g. LabJackT4). Makes the code easy to maintain, but docstring don't seem to be inheriting properly on the sphinx autoapi.