Python Without sfServer

  • 1 Replies
  • 1442 Views
Python Without sfServer
« 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

*

David

  • *
  • 10
    • View Profile
Re: Python Without sfServer
« Reply #1 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