Search found 2 matches

by sachi_impedx
Thu Mar 03, 2016 5:56 pm
Forum: VB and VBA (Excel, Access)
Topic: capture and display all buffers from channels
Replies: 3
Views: 15211

Re: capture and display all buffers from channels

I am just using regular runblock function. I am trying to get 5 buffers per channel displayed on my excel file;
Is there a code I could use to set up 3D arrays and use SetDataBuffers?
by sachi_impedx
Mon Feb 29, 2016 9:25 pm
Forum: VB and VBA (Excel, Access)
Topic: capture and display all buffers from channels
Replies: 3
Views: 15211

capture and display all buffers from channels

Hi, I have a picoscope 5444A and have downloaded the SDK for it. I have modified the PS5000A excel file with GetData VBA to get data from channel A and Channel B of the picoscope. However, my actual goal is to get to display 5 buffers/5 waveforms for each channel. I know I have to ue memorysegments ...