Skip to content
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

Improve usability of nidigital History RAM API #1071

Closed
sbethur opened this issue Oct 30, 2019 · 1 comment · Fixed by #1274
Closed

Improve usability of nidigital History RAM API #1071

sbethur opened this issue Oct 30, 2019 · 1 comment · Fixed by #1274

Comments

@sbethur
Copy link
Contributor

sbethur commented Oct 30, 2019

  • Description of issue
    Currently, History RAM (HRAM) configuration can be done via a set of properties or using a set of configure_history_ram_xyz methods. Fetching of HRAM samples is done by calling get_history_ram_sample_count to get the number of samples and then calling fetch_history_ram_cycle_xyz in a loop.

Usability can be improved by getting rid of configure_history_ram_xyz methods and providing a multi-sample fetch API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment