nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

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

Open sbethur opened this issue 5 years ago • 1 comments

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).

sbethur avatar Apr 10 '20 21:04 sbethur

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

marcoskirsch avatar Jul 04 '22 17:07 marcoskirsch

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.

ni-jfitzger avatar Apr 29 '23 03:04 ni-jfitzger