-
Notifications
You must be signed in to change notification settings - Fork 91
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
niDigital_EnableMatchFailCombination is missing from nidigital API #1068
Comments
Moved to unplanned until #981 is planned for fix. |
NI-Digital now supports multi-instrument sessions. This is the recommended usage. So we won't add |
It's actually NI-TClk that's handled internally by the multi-instrument session. Whether using a multi-instrument session or multiple individual sessions NI-Sync will be called by the NI-Digital API, but opening and closing the NI-Sync session is still handled by the NI-Sync API. Whether using a multi-instrument session or multiple individual sessions with NI-TClk, We should maybe only support calling it from a multi-instrument session, though. |
Note that this function still wouldn't be useful without a way to open an NI-Sync session, so it will remain unplanned, for now. |
@ni-jfitzger Here is a potential workaround for the NI-Sync session: https://github.com/ni/miv-examples/tree/main/src/NI-SyncPython |
A pre-release version of an official |
This is a multi-session method like these, but it also accepts a NI-Sync session handle.
The text was updated successfully, but these errors were encountered: