Search found 6 matches

by tintin305
Wed Oct 30, 2019 1:06 pm
Forum: General Software Discussions
Topic: Python SDK Sampling Rate Limitation.
Replies: 0
Views: 7381

Python SDK Sampling Rate Limitation.

Hi I see that the SDK Python wrappers have recently been introduced. I have recently purchased a 4424 model and wish to make use of the streaming mode from the SDK. However, in testing, it appears as if the streaming mode cannot exceed a sampling rate of 1 Ms/s. I tested this with the example that i...
by tintin305
Tue Jan 12, 2016 9:30 am
Forum: VB and VBA (Excel, Access)
Topic: Excel VBA RunBlock and BlockReady Implementation
Replies: 9
Views: 24331

Re: Excel VBA RunBlock and BlockReady Implementation

Hi Hitesh, The explanation is useful, however, I am confused about the last part. You asked why my code only collects from a single segment. Is the data from each channel stored in a separate segment. ie. Channel A data is stored in segment 1, Channel B data is stored in segment 2... can you clarify...
by tintin305
Thu Jan 07, 2016 5:48 am
Forum: VB and VBA (Excel, Access)
Topic: Excel VBA RunBlock and BlockReady Implementation
Replies: 9
Views: 24331

Re: Excel VBA RunBlock and BlockReady Implementation

Hi Hitesh, I seem to have got the system to take measurements from 6 channels. Although I am not sure if the scope is taking the data sequentially, by that I mean each channel samples the voltage and then that is stored and then each channel samples the voltage at the next timestep and so on. Declar...
by tintin305
Thu Dec 17, 2015 5:54 am
Forum: VB and VBA (Excel, Access)
Topic: Excel VBA RunBlock and BlockReady Implementation
Replies: 9
Views: 24331

Re: Excel VBA RunBlock and BlockReady Implementation

Hi Hitesh, Thank you so much for the help. I am still struggling to get the device to record in Rapid Block Mode. It seems that the channels are not recording the data sequentially. Is there any way that you can provide me with an example excel macro, that can record, for example 2 or 3 channels fro...
by tintin305
Mon Dec 14, 2015 12:13 pm
Forum: VB and VBA (Excel, Access)
Topic: Excel VBA RunBlock and BlockReady Implementation
Replies: 9
Views: 24331

Re: Excel VBA RunBlock and BlockReady Implementation

Thanks for the help Hitesh, Unfortunately I am now presented with another problem. When I call the MemorySegments function inside Excel the program crashes with no error message. This is the code that I have in the program declaration: Declare Function ps4000aMemorySegments Lib "ps4000a.dll" (ByVal ...
by tintin305
Mon Dec 14, 2015 8:34 am
Forum: VB and VBA (Excel, Access)
Topic: Excel VBA RunBlock and BlockReady Implementation
Replies: 9
Views: 24331

Excel VBA RunBlock and BlockReady Implementation

Hi, I am trying to implement an excel macro where I use rapid block mode to take data from the picoscope. I am using the 4824. The programmers guide suggests the use of ps4000aRunBlock start the oscilloscope running. Then it requires the last two parameters of this function to be used for the ps4000...