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

niScope_GetChannelName() and niScope_GetChannelNameFromString() missing from niscope Python bindings #1402

Closed
sbethur opened this issue Apr 10, 2020 · 2 comments · Fixed by #1957

Comments

@sbethur
Copy link
Contributor

sbethur commented Apr 10, 2020

Description of issue

niScope_GetChannelName() and niScope_GetChannelNameFromString() are present in NI-SCOPE C API, but missing in niscope Python bindings.

get_channel_names(indices) should be added to niscope Python bindings to cover for the 2 C entry-points mentioned above.

See here for details of behavior, implementation notes, and rationale behind get_channel_names(indices).

@marcoskirsch
Copy link
Member

At this point we’d only want get_channel_names in the Python API.

@ni-jfitzger ni-jfitzger added this to the nimi-python 1.4.5 milestone Apr 29, 2023
@ni-jfitzger
Copy link
Collaborator

It appears this will be a requirement for fixing #1770.
I implemented a fix for that issue based on what we do for nidcpower, but it doesn't work because get_channel_names isn't available to get _all_channels_in_session.

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

Successfully merging a pull request may close this issue.

3 participants