Sankethan Rathod
Results
3
comments of
Sankethan Rathod
Any updates on this?
I solved this issue by initializing redpitaya this way. ``` p = pyrpl.Pyrpl(config=CONFIG, hostname=HOSTNAME, gui=False) r = p.rp ``` **rather than** ``` r = RedPitaya(hostname=HOSTNAME) ```
Running The Python Code.