Hi ,
I would like to capture what ever I have on the scope without triggering it to do a measurement. So the output from DUT trigegrs the scope. The data that I want is now displayed on the scope screen.
Then I would like to run a VI to capture the screen
The output can be either a waveform object or two 1D arrays (X and Y data) that should match exactly with what is displayed on the scope screen. Nothing should happen to the scope during this getData operation (i.e. the same data is still displayed on the scope screen after the function runs).
I am using Agilent 6000 drivers and I can't figure out how to capture the screen without triggering
I have attached the vi I use for captureing the screen . Could you please help me with this?
Thanks