Sankethan Rathod

Results 3 comments of Sankethan Rathod

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.