How to use SCPI to communicate with LibreVNA without opening LibreVNA-GUI #218
Replies: 2 comments 5 replies
-
Hi, that is normal. The SCPI server is run by the LibreVNA-GUI. You always have to open the GUI, but you can start it with the "--no-gui" argument which prevents any windows from showing up (but the code for the windows is still running in the background) |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hello if i start this command "LibreVNA-GUI --no-gui" from my console. It works no problem. But if i start this command like this from python script, os.system("LibreVNA-GUI --no-gui") the program don't start. So python script also don't make nothing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am a little confused, if I write my own script to control LibreVNA, do I have to open LibreVNA-GUI? Currently, I cannot connect to LibreVNA when the Librevna-GUI is not open.
Beta Was this translation helpful? Give feedback.
All reactions