lneuhaus / pyrpl

pyrpl turns your RedPitaya into a powerful DSP device, especially suitable as a lockbox in quantum optics experiments.
http://lneuhaus.github.io/pyrpl/
MIT License
140 stars 108 forks source link

Access to slow ADCs #367

Closed santamaria42 closed 5 years ago

santamaria42 commented 5 years ago

Is there a way to read out the slow ADCs on the E2 Extension connectors right now?

lneuhaus commented 5 years ago

Currently only through linux I think, that means at least one millisecond of delay. Is that enough for you?

santamaria42 notifications@github.com schrieb am Sa., 12. Jan. 2019, 15:50:

Is there a way to read out the slow ADCs on the E2 Extension connectors right now?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lneuhaus/pyrpl/issues/367, or mute the thread https://github.com/notifications/unsubscribe-auth/ARbSrwPF9X6qdYOLCIXmDAcgL89OkPciks5vCfY5gaJpZM4Z8sFw .

santamaria42 commented 5 years ago

Yes that is fast enought. I only want to add some analog controllers to the RP. Thanks for your promt reply.

lneuhaus commented 5 years ago

You know how to retrieve the data?

santamaria42 notifications@github.com schrieb am Sa., 12. Jan. 2019, 18:56:

Closed #367 https://github.com/lneuhaus/pyrpl/issues/367.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lneuhaus/pyrpl/issues/367#event-2070196282, or mute the thread https://github.com/notifications/unsubscribe-auth/ARbSr6Oc0l5GOOhQSTIssXU1a5iLPFExks5vCiHggaJpZM4Z8sFw .

santamaria42 commented 5 years ago

I wanted to use the scpi connection to read them out in combination with Python scripts as in the example on the rp Website https://redpitaya.readthedocs.io/en/latest/appsFeatures/examples/ana-exm1.html Or is there a better way to do this?