Search found 1 match

by LinqingLuo
Sat Jun 12, 2021 4:11 am
Forum: MATLAB
Topic: 6424E Triggering using AUX as trigger input, programming by Matlab
Replies: 0
Views: 18938

6424E Triggering using AUX as trigger input, programming by Matlab

Hi, I am working on using Matlab to collect data using Picoscope 6424E. I have downloaded the SDK and drivers. I try to modify the Matlab example by changing the trigger input. In the original example, the trigger is at Channel A, the code is shown below: enable = 1; source = trigger_aux; threshold ...