ScopeFun Forum

General Category => Software => Topic started by: jeremyp on January 26, 2021, 07:21:50 PM

Title: Python Without sfServer
Post by: jeremyp on January 26, 2021, 07:21:50 PM
Is there a way to control the ScopeFun oscilloscope through the scopefunapi.py without the need for the sfServer and sfScope running? I've noticed that all the sample Python scripts use the function sfClientConnect.

Best regards,
Jeremy
Title: Re: Python Without sfServer
Post by: David on February 02, 2021, 05:49:51 PM
Hi,

Yes, it should be possible. Look into source packages and open scopefunapi.h file. All the functions are listed there. Just prefix them with scopefun. The one you are looking for is sfSetUsb. This switches mode to non network mode. But it is not easy. You would have to do all control bits and sample display.

Best regards,
David