-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extent open schematic from CLI #973
Comments
I cannot reproduce this. The |
I think I may have found the issue, but perhaps it's by design. |
Sorry, I still cannot reproduce this. The Qucs-S opens schematic from CLI using both Qucsator and Ngspice modes. |
The exception is when schematic contains SPICE-incompatible or Qucsator-incompatible device. It shows an empty schematic and prints in the console message like this:
|
That may be it. When I remove the (old) Qucs transformer from my model the sch opens just fine either way. |
Maybe Windows redirects the |
I have added TODO list for this issue. The first task is to allow to load schematic with incompatible devices from CLI. The CLI options to load schematic needs a bit redesign. The |
Using the "-i" parameter I am not able to open files from the command line. Qucs-s opens fine, but with the default empty document (latest continuous build).
At first I though it might have something to do with spaces in the path, but it does not work even if I open a cmd prompt inside the qucs-s.exe folder and copy the sch file also to this location (then trying "qucs-s.exe -i pl1.sch").
Is this a real issue or am I doing something wrong?
TODO list
qucs-s schematic.sch
to open file from CLI; the-i
option should not be requiredThe text was updated successfully, but these errors were encountered: