Continuous waveform generation

Post your C and C++ discussions here
Post Reply
avl
Newbie
Posts: 0
Joined: Fri Feb 16, 2018 2:25 pm

Continuous waveform generation

Post by avl »

Hello, I would be very interrested in generating a waveform (using the AWG) consisting in more than 49152 samples. Is it possible to continuously feed the device buffer with new samples while the generation is active or do I have to make multiple calls to the ps5000aSetSigGenArbitrary function?

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

Re: Continuous waveform generation

Post by Martyn »

You need to call the function each time you wish to change the generated waveform, so you can't get a continuous output of more than the 48kSample waveform buffer.
Martyn
Technical Support Manager

Post Reply