PyTektronixScope
PyTektronixScope copied to clipboard
When connected via USB, supported oscilloscopes could easily be detected based on their USB device identifier. This would simplify the application of the package in interactive usage scenarios.
The time axis now goes to either the value of `DATa:STOP` or the record length, depending on which of the two is lower. Fixes #21
The construction of the time axis in PyTektronixScope is implemented as `self.x_0 + np.arange(self.data_start-1, self.data_stop)*self.delta_x`. This approach is correct in principle - `x0` is the result of `WFMO:XZE?` (time coordinate...