RFExplorer / RFExplorer-for-Python

RF Explorer libraries and examples for Python 3
GNU Lesser General Public License v3.0
51 stars 25 forks source link

Modification of modules in Python in RFexplorer #13

Closed realmerge closed 4 years ago

realmerge commented 5 years ago

I am trying to run RFexplorer with Python, but can I change module (15-2700 Mhz and 4.6 - 6.1 Ghz) on Python program?

jcalderon09 commented 5 years ago

Hi, You can use ​​​​SwitchModuleMain and SwitchModuleExp commands documented on www.rf-explorer.com/API to switch between expansion and main board.

realmerge commented 5 years ago

Thank you for your reply. I'm sorry for Python beginners, we are trying to measure with two bandwidths automatically using Python. How do I enter this command in a python program? Do you use subprocess, pexpect, etc?