python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Tektronix oscilloscope showing sin wave but outputting constant value
I have two Tektronix oscilloscopes:
scope 1: MDO34
scope 2: MDO4104C
I am running this code to get data from them:
def acquire_waveform(self, channel: str, recordlength: int=1000):
""&qu...
tylertiede
Votes: 0
Answers: 0
Real-Time Plot Oscilloscope UDP
I am currently working on implementing a simple oscilloscope in C++, which is receiving data via UDP. First, I have implemented a function to generate a sine wave (up to 10 kHz) with 30 kSps, which is...
Sebastian90
Votes: 0
Answers: 0
Real time plotting osciloscope/captured data
My hardware for capturing waves creates an 2D array with 500 traces of length 5000 (points). I would like to see how the data/traces look like during the computation of this array, since I move my dev...
kl9zs6df
Votes: 0
Answers: 0
Tektronix MSO56 Oscilloscope: SEVERE Memory Error
I am collecting over 100k FastFrame images (100 frames, with 15k points each), with summary mode and collecting them via python pyvisa using ni-visa.
The error is as follows:
SEVERE
The system is low...
Nikola Draganic
Votes: 0
Answers: 1