Search found 3 matches

by j_morosi
Fri Nov 08, 2019 2:51 pm
Forum: MATLAB
Topic: ps500a Max Memory Segments
Replies: 4
Views: 7373

Re: ps500a Max Memory Segments

Thanks Neil,
the updated addon works well!
by j_morosi
Thu Oct 31, 2019 9:33 am
Forum: MATLAB
Topic: ps500a Max Memory Segments
Replies: 4
Views: 7373

Re: ps500a Max Memory Segments

Hi Neil, thanks for your answer. To determine the maximum number of segments I'm calling the function GetMaxSegments as I found in .mdd driver: [status,maxSegments] = invoke(picoObj, 'ps5000aGetMaxSegments') However, I get this error: Error using eval Unrecognized function or variable 'maxSegments'....
by j_morosi
Mon Oct 28, 2019 5:04 pm
Forum: MATLAB
Topic: ps500a Max Memory Segments
Replies: 4
Views: 7373

ps500a Max Memory Segments

Hi all, I'd need to optimize my Matlab application by correctly configuring memory segmentation on a 5243D oscilloscope. I use the 5243D Signal Generator to build a custom waveform which is used to trigger a frequency sweep performed by an external clock generator. The same signal is used to trigger...