Search found 3 matches

by whydoes
Sun Nov 08, 2015 4:54 pm
Forum: MATLAB
Topic: adding channel to PS4000A_IC_Generic_Driver_Block
Replies: 4
Views: 7054

Re: adding channel to PS4000A_IC_Generic_Driver_Block

One more question, how to edit this line to get trigger not only from channel A but all so from channel B, and all so not only from rising but and from rising and from falling? [status.SimpleTrigger] = invoke(triggerGroupObj, 'setSimpleTrigger', 0, 500, 2); If I add second line like this and change ...
by whydoes
Fri Nov 06, 2015 11:58 am
Forum: MATLAB
Topic: adding channel to PS4000A_IC_Generic_Driver_Block
Replies: 4
Views: 7054

Re: adding channel to PS4000A_IC_Generic_Driver_Block

Thank you. its working
by whydoes
Wed Nov 04, 2015 6:21 am
Forum: MATLAB
Topic: adding channel to PS4000A_IC_Generic_Driver_Block
Replies: 4
Views: 7054

adding channel to PS4000A_IC_Generic_Driver_Block

Hello, I am using example in picoscope sdk for PS4000. PS4000A_IC_Generic_Driver_Block.m Everithing is working fine but I dont understand how to capture data not only from channel A (channel 0) but allso from channel B. I understand that information goes from here: [numSamples, overflow, chA] = invo...