You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description of issue
niScope_GetChannelName()
andniScope_GetChannelNameFromString()
are present in NI-SCOPE C API, but missing inniscope
Python bindings.get_channel_names(indices)
should be added toniscope
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)
.The text was updated successfully, but these errors were encountered: