Search found 3 matches

by rcrodriguez
Tue Sep 06, 2016 6:03 pm
Forum: General Software Discussions
Topic: Frequency Measurement with DLL. PS2205A
Replies: 5
Views: 9008

Frequency Measurement with DLL. PS2205A

Hello, I'm using the Picoscope 2205A. I'm trying to measure the frequency of a waveform using DLL functions. I'm aware that there's no function dedicated to solely measuring frequency, but do you guys perhaps have any suggestions? I was thinking of maybe using ps2000_run_streaming, and use the fact ...
by rcrodriguez
Tue Aug 23, 2016 4:26 pm
Forum: C and C++
Topic: Specifying a duty cycle with C - Picoscope 2205A
Replies: 3
Views: 7832

Re: Specifying a duty cycle with C - Picoscope 2205A

Hello, thanks for your response. I was looking at this function in the SDK example provided. I'm not quite sure on the format of the values. It says max 4096 values with inputs 0-255. Does this mean the waveform will have a max 8-bit resolution? Also, I'm assuming the file will just have 1 value (0-...
by rcrodriguez
Fri Aug 19, 2016 9:55 pm
Forum: C and C++
Topic: Specifying a duty cycle with C - Picoscope 2205A
Replies: 3
Views: 7832

Specifying a duty cycle with C - Picoscope 2205A

Hello,

I'm using your C API functions to control the Picoscope 2205A. I'm looking to generate a square waveform signal with a specified duty cycle. I know there's a way to specify the duty cycle in the GUI, but is there any way of doing it with C?
Thanks.