Search found 2 matches

by mehrtak
Tue Mar 27, 2018 7:18 am
Forum: Getting Started
Topic: AUX trigger with matlab for 6402c Oscilloscope
Replies: 3
Views: 4635

Re: AUX trigger with matlab for 6402c Oscilloscope

Thanks Hitesh for your respond. I tried ps6000Enuminfo.enPS6000Channel and I got the values but when I implement the number '5' in the code it gives me an error. I use below lines for triggering : triggerGroupObj = get(ps6000DeviceObj, 'Trigger'); triggerGroupObj = triggerGroupObj(1); set(triggerGro...
by mehrtak
Mon Feb 26, 2018 5:15 pm
Forum: Getting Started
Topic: AUX trigger with matlab for 6402c Oscilloscope
Replies: 3
Views: 4635

AUX trigger with matlab for 6402c Oscilloscope

Hey, I am using Picoscope 6402c and control it with matlab. I have a problem with triggering on AUX port. I use below commands for triggering on channel D and it works. But I don't know how I should change it to trigger on AUX port. %% Set Simple Trigger triggerGroupObj = get(ps6000DeviceObj, 'Trigg...