I am parsing data from a Siglent SDS2000X oscilloscope. The first chunk (0x00 - 0x003
) is for wave_length
. The data sheet states that for arbitrary waveform generation, the wave length is "16 Kpts".
What unit is Kpts
? Kilo-Points? How would I convert that to a wavelength unit such as meters? Is a value of 3622260667
reasonable?
Best Answer
K for "thousand"
pts for "points".
The unit is thousands of points.
You can't. This is the maximum number of samples that can be used by the waveform generator function of the instrument.
It isn't directly related to the wavelength of the signals the generator can produce (assuming the sample rate is adjustable, which isn't clear).
It does give relationship between the lowest and highest frequency components in the signal generated. This limit would be about 8000:1. This would also limit the minimum duty cycle if you were using it to produce low duty cycle pulses.
It doesn't say anything at all about the actual oscilloscope waveform measuring function, or the data produced when measuring a signal with the oscilloscope.
3622260667 what?
If that's the frequency of your signal in Hz, then no, it isn't reasonable to measure this with the scope you linked to. The scope has a bandwidth of about 300 MHz. It won't be useful to capture a signal with frequency 10x that.