According to the manual for a hardware I'm trying to automate using pyVISA, termination has to have LF and EOI (end or identify). However, how do I ensure EOI happens, and what exactly is EOI?
From the manual:
What I have so far:
I'm doing this by following the Getting Started section of pyVISA, and hopefully, pyVISA will allow me to automate the triggering, receiving, and saving of a waveform of an oscilloscope which communicates with a pulser/reciever, sending the data to a computer/usb. Is this the right path to go on? Thanks so much.