Printing the values of all tdms files in the same directory using the for loop in python #285
Unanswered
adityabhandwalkar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If i understand you correctly the problem is more system related than tdms related. You want to get all files from the directory abc right?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a folder abc where I store my tdms files and I extract the data from those files using the the following function in python, now the problem is each time I run my main program I need to change the file number in the main so that I can run it, What I would like to do is that making changes into the load function and it will keep loop in same directory and print different values of files, lets say in abc I have file1.tdms, file2.tdms,... each time it should be printing values of different file in that folder abc
Beta Was this translation helpful? Give feedback.
All reactions