-
|
Can I pass multiple channel names to channel ? For instance, |
Beta Was this translation helpful? Give feedback.
Answered by
adamreeve
May 23, 2024
Replies: 1 comment 3 replies
-
|
Hi @ntp3105, no you can't, and I don't understand what result you expect to get back. What are you trying to achieve? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right, yes using a loop over names would make sense. If you don't know the group and channel names ahead of time you can loop over all groups and channels using the
TdmsFile.groupsandTdmsGroup.channelsmethods. Eg:Or alternatively you can actually iterate over the
TdmsFileandTdmsGroupobjects to get the names too: