Hi,
I find Qucsstudio a wonderful tool for research. In order to expand the possible uses of it, it would be great to provide an API e.g. in Python. Is there any plan to provide an API extension in the future?
This is an interesting feature indeed! Which functionality would you propose, i.e. an example? Do you know how a Python API works, i.e. do you have a simple example code (C++ code for the application and for the Python side)?
I am not an expert, but I know that there is a way to take a C++/Qt interface and turn it into a Python interface. So, if Qucs studio uses Qt (which I think it does), that may be a way. There are also ways to call command-line commands from Python, so if there is a way to call different qucs studio functions from the command line, then they can also be called from Python. Again, I am not an expert.