Update Number of Channel Query In Stream Reader's and Writer's Verify Function #852
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This contribution adheres to CONTRIBUTING.md.
I've updated CHANGELOG.md, under "Resolved Issues".
I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
Speed up channel reader and writer verify function to resolve functions that bottleneck at this verify function. Improved functions: analog and digital read_many_sample, digital write_many_sample
Analog write does not benefit as much as its bottleneck is in its write function instead of the verify function.
Why should this Pull Request be merged?
Fixes #843
AB#3330619
What testing has been done?
Selective benchmark that involves the verify function in a local test machine: PXIE8880, Windows 10 Enterprise, niDAQmx 2025 Q3
Analog Stream Read Test
Before
After
Digital Stream Read Test
Before
After
Digital Stream Write Test
Before
After