Page 2 of 3

Re: Read ADC-values

Posted: Wed Nov 16, 2022 3:02 pm
by Felix-Peter2000
Thank you very much for your help.

A question would have again. What is the difference between the commands "in2.status_run()" and "in2.trigger()". I can't find anything online where I can read about these commands.

Best regards
Felix

Re: Read ADC-values

Posted: Thu Nov 17, 2022 11:49 am
by juretrn
Hi,
status_run() shows if the acquisition is running - waiting for a trigger or still acquiring data into the buffer.

trigger() is a software trigger - immediate acquisition of data when written.

Re: Read ADC-values

Posted: Mon Nov 21, 2022 4:50 pm
by Felix-Peter2000
Thanks for the answer

Re: Read ADC-values

Posted: Fri Nov 25, 2022 4:54 pm
by Felix-Peter2000
Hello,

why is the "in2.reset()" fixed after the declaration? That doesn't make sense, because then I set everything I have set back to zero. Here is an example on page 10 (http://staff.ltam.lu/feljc/electronics/ ... mary_1.pdf) where the Red Pitaya is used as an oscilloscope.

So why do you use the term "in2.reset()" and especially why at this position? Wouldn't it be better to put it at the beginning?

Best regards
Felix

Re: Read ADC-values

Posted: Mon Nov 28, 2022 12:43 pm
by redpitaya
Hello Felix,

Which page in the document are you referring to - is it page 10?

That is probably a mistake, usually you reset the generator and acquisition at the beginning, right after you establish the connection (normal Python)/set up the FPGA (Jupyter).

The reset just sets everything to default values (which would be a 1 kHz Sine wave).

Re: Read ADC-values

Posted: Thu Dec 08, 2022 12:02 pm
by Felix-Peter2000
Hello, yes I am referring to page 10, thank you for the reply.

Re: Read ADC-values

Posted: Thu Dec 08, 2022 12:06 pm
by Felix-Peter2000
I have a new question because I am a little confused. In this documentation ( https://gzhls.at/blob/ldb/b/c/0/e/0b1db ... f37a6a.pdf ) on page 41 is the specification for the oscilloscope. The bandwidth 40 MHz for the product STEMlab 125-10 is this a default setting? So the maximum bandwidth for this version of the Red Pitaya is 40 MHz, correct?

Best regards
Felix

Re: Read ADC-values

Posted: Thu Dec 22, 2022 11:42 am
by redpitaya
Hey,

Sorry for the late reply.

Yes the input bandwidth of STEMlab 125-10 is 40 MHz (so the Oscilloscope). The output bandwidth (for signal generator) is DC-50 MHz.
https://redpitaya.com/rtd-iframe/?ifram ... ured.html#

For the most accurate documentation please check the documentation on our website.

Re: Read ADC-values

Posted: Mon Jan 02, 2023 1:49 pm
by Felix-Peter2000
Thanks for the answer.

Re: Read ADC-values

Posted: Mon Jan 02, 2023 1:50 pm
by Felix-Peter2000
What is the internal reference voltage of the ADC of the Red Pitaya? I can't find anything about this in the data sheet.