Support for 8401-HR devices and more #39
ThresaKelly
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Version v1.1.0 of the Python POD API has been released! The Python POD API is an open-source application programming interface (API) for data acquisition POD devices.
In this update, we now support 8401-HR POD devices. You can customize the hardware and stream data from 8206-HR or 8401-HR devices using the Setup_PodDevices module. We also added a new option in Setup_PodDevices to remove any connected POD devices. Additionally, we have improved the accuracy of the timestamps to have nanosecond resolution when streaming from a POD device. We have also added additional support for giving TTL commands. In this update, we have made various improvements to the codebase to standardize the POD device setup.
You can use the Python POD API core modules to design a personalized data acquisition program. Examples and documentation can be found here on GitHub. The Python POD API is available for free under the New BSD License.
Update Summary
Support for 8401-HR POD devices, which includes…
Improved the accuracy of timestamps when streaming POD device data. Timestamps have nanosecond resolution when saved to a text file.
Included functions to read and write TTL commands to the 8206-HR and 8401-HR
Added an option in Setup_PodDevices to remove a connected POD device.
Provided additional user input validations to ensure the Setup_PodDevices constructor arguments are correctly formatted, which prevents errors from unexpected inputs.
Various improvements to the codebase, which include...
This discussion was created from the release Support for 8401-HR devices and more.
Beta Was this translation helpful? Give feedback.
All reactions