Search found 3 matches

by Yariv
Thu Mar 24, 2016 11:13 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Generating Sine using PS5000
Replies: 20
Views: 20937

Re: Generating Sine using PS5000

I'm using the Block sample to acquire the data. A Pulser waveform is injected via external Function Generator. The results I get are not reasonable (a buffer full of the same values). Can you point out the difference between the streaming and the block?
by Yariv
Wed Mar 23, 2016 11:37 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Generating Sine using PS5000
Replies: 20
Views: 20937

Re: Generating Sine using PS5000

Hi,
I was finaly able to generate a sine.
Now, I looped the scope's output back to the input channel and I need to measure the V-p-p and maybe even all of the samples (read into a double[] buffer). Is it possible?
I'm using the ps500a.dll.
Thanks
by Yariv
Tue Mar 22, 2016 1:23 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Generating Sine using PS5000
Replies: 20
Views: 20937

Generating Sine using PS5000

Hi, I have my PS5000 connected to my PC. I'm using C# to program it. I need to do a simple test of generating a sine waveform (2 V-p-p, 1KHz, 1vdc offset), then sample the scope (Channel A) to read back the waveform. I can't find the correct function to import for generating the sine. Can anyone hel...