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

[RFC] nidaqmx: Add new version of event registration methods #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bkeryan
Copy link
Collaborator

@bkeryan bkeryan commented Jan 19, 2024

TODO: Check the above box with an 'x' indicating you've read and followed CONTRIBUTING.md.

What does this Pull Request accomplish?

This is a prototype of an updated event signature that I made in May 2023.

Why should this Pull Request be merged?

It's an RFC and shouldn't be merged in its current form.

What testing has been done?

TODO: Detail what testing has been done to ensure this submission meets requirements.

Signed-off-by: Brad Keryan <brad.keryan@ni.com>

self._interpreter.register_done_event(self._handle, 0, invoke_callback, None)

def register_every_n_samples_acquired_into_buffer_event_ex(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to update this example and any others that are registering callbacks to the new versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants