Picoscope 5444B Max Signal Gen Frequency

Post general discussions on using our drivers to write your own software here
Post Reply
kyoung
Newbie
Posts: 0
Joined: Wed Sep 16, 2015 10:32 pm

Picoscope 5444B Max Signal Gen Frequency

Post by kyoung »

Why is the SDK limited to 1 MHz when the scope is specified to 20 MHz? It breaks if I try to go faster than 1e6.

Thanks,
Kevin

Hitesh

Re: Picoscope 5444B Max Signal Gen Frequency

Post by Hitesh »

Hi Kevin,

Which programming language example are you using?

How are you calling the ps5000aSetSigGenBuiltIn/ps5000aSetSigGenArbitrary function and what is the status code if it is non-zero?

Regards,

Martyn
Site Admin
Site Admin
Posts: 4499
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Picoscope 5444B Max Signal Gen Frequency

Post by Martyn »

I would suggest taking a look at Glitchy AWG
This is a standard effect of Direct Digital Synthesis (DDS) waveform generation.

The Generator DAC has a fixed update rate, in our case 200MS/s, so the output signal can only change every 5ns. If you are generating a square wave then the DAC can only output an edge on the 5ns boundaries, so if your signal period is not a multiple of 5ns the edge will jitter around by one sample.
Martyn
Technical Support Manager

Post Reply