PyTektronixScope
PyTektronixScope copied to clipboard
Hi, I am trying to just save data from the tektronix DPO2024B oscilloscope, and am using a pretty simple code, but am getting this error in return: 'USBInstrument' object has...
From what I see in the code, it doesn't support 8 Channels scope, please add this option
Thank you for the previous reply in regards to clarifying the difference between the PyPI and Github versions of the library. I have now run into a new problem trying...
in file PyTektronixScope.py Unresolved reference 1: --------------------------- in line 184/184: def get_out_waveform_vertical_scale_factor(self): return float(self.ask('%s:SCA?'%self.channel_name(channel))) The reference to 'channel' is unresolved. I suspect the member function should include 'channel' as a...
I used pip to install pyvisa and then pytektronixscope on a Windows system. When I try to import PyTektronixScope, I get the error “cannot import name vpp43.” I have done...
Hi! I have a Tektronix TDS1002B and wanted to use your PyTektroinxScope. Unfortunately it does not work. I installed the dependencies ''pyvisa'' (import visa and pyvisa works) and installed the...
These issues both concern `read_data_one_channel`, which is why I summarize them both in one issue entry. For setting the data width, the command `WFMO:BYTE_NR 2` is sent to the scope....
On my system, the reply to ```SEL:%s?'%(self.channel_name(channel))``` in the method is_channel_selected is not '1' for an active channel, but '1\n'. Therefore, is_channel_selected, that compares this value to '1', always returns...