Relative Content

Tag Archive for pythonpyvisaoscilloscope

Reading Waveform from Teledyne Lecroy Wavesurfer 3054

I am trying to read the waveform data from a Teledyne LeCroy Wavesurfer 3054 using a pyvisa package I found on GitHub (https://github.com/SengerM/TeledyneLeCroyPy/tree/main). The problem is, when the script calls the get_waveform() method which then calls self.resource.read_raw() the program then halts on that line. I have also tried using pyvisa methods like read_binary_values() but the same problem occurs.