I am using a T7 to stream a list of data out. It is giving me the error in the image after the traceback goes through my file, ljm.py, and the __init__.py file
AttributeError: function 'LJM_PeriodStreamOut' not found
I have tried it on two different computers (albeit I installed python/labjack/ljm on both of them) and the same error happens if I replace PeriodStreamOut with WriteAperiodicStreamOut, so it's like those functions are missing? I have confirmed they are in the ljm document, so I'm not sure what's going on. I included my code.
Thanks!
Got an email back from support. Apparently I needed the beta version of ljm, as PeriodicStreamOut is new to that version.
To clarify, the error above typically indicates that you need to update your LJM version. The stream out functions PeriodicStreamOut, InitializeAperiodicStreamOut, and WriteAperiodicStreamOut require LJM v1.21, which at the time of writing is only available in our beta installer, but expected to move to a release installer soon:
https://labjack.com/support/software/installers/ljm
Yes, that worked great, thanks!