isn't there a single capture button? Set it to single, start and wait for the desired event to trigger it. It will only capture the first event that triggers it.
That's what I'm already trying, i set trigger on falling edge it starts sampling when trigger happens, but it keep sampling unless i stop it by stop button, but by that time, time span that i want to capture has gone out of screen (capture able area)
You need to learn about and use the ZOOM (press your horizontal timebase knob) and SINGLE features before you go for advanced triggering techniques.
Yes I'm already using zoom functionality, problem is that what data i want to capture, happens right after trigger, within 100ms, by the time i press stop huge data has already sampled and that starting part that i want to capture has already out from buffer.
let me explain it again.
1. i set the trigger on falling edge
2. now scope is waiting for the falling edge event
3. scope got falling edge signal and start capture triggers
4. scope start sampling
5. i stop the scope, so that i can review the captured data
for example scope can capture a window of 500ms
by the time i press stop button 1000ms has elapsed
i wanted to review first 100ms but they are not in the window/captured buffer
that's why what solution i was thinking of, could be:
1. scope automatically start sampling on falling edge and automatically stop sampling on raising edge
2. i can set some function in the scope that after the falling edge signal it should capture only first 100ms long data sample and then stop automatically
if i can stop scope automatically by a raising edge signal or by time that can help me, I have no idea if some other method is used for same.