03-22-2022 05:47 PM
So I am trying to understand what I am doing incorrectly here.
I am trying to capture the rise and fall times
of two separate events. I have the Oscilloscope set up correctly and I can trigger the right events. I can place the measurements on the screen. But when I try to read the value of either measurement it clears the scope screen and then I get an error.
I am using the NI drivers for the DSO2K/4K as thee are listed as compatible and it shows as being tested with this oscilloscope.
Does anyone have any experience with this oscilloscope?
Risetime measurement VI:
05-10-2023 11:07 AM
I will bet that using VISA read and write will be more likely to succeed.
And that information is released in "29 :MEASure Commands" of "Keysight InfiniiVision 6000 X-Series Oscilloscopes Programmer's Guide", even though it's a different model from your oscilloscope, the codes are basically the same.
I am working on it as well, and will come back and update my progress.
Good luck!
05-10-2023 04:59 PM
I have successfully utilized the measure function and read the value through VISA, the formatting afterwards is however much more tricky, so I didn't include that part.