03-20-2009 03:28 PM
Hello All,
I have an agilent dso5034A which uses the agilent 600A library provided by NI. What I am trying to do is the following, I have a continuous waveform (a square wave) current generator with a specific pulse width and duty cycle. What i want to do, is measure the current and voltage on the resistor. I am able to see the waveform on the scope when i do it manually and am able to determine this by hand, but i would like to do this in labview. The issue I am running into is trying to acqure only one of the waveforms and not a series of them. I.e. _| |__| |_ i sometimes have two pulses but i am only interested of one of them, it doesn't matter which one i get, as long as i get the corresponding voltage. Does anyone have an idea how to just look at one pulse?
Thank you
03-22-2009 11:58 PM - edited 03-23-2009 12:02 AM
Hi
try to change the timebase value such that it is equal to the time period of the pulse
Check edge triggered acquisition example
Regards