-
Notifications
You must be signed in to change notification settings - Fork 215
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
Opening a project by command line #956
Comments
This was referenced Mar 1, 2020
Closed
oxmon-2500
added a commit
to oxmon-2500/qucs
that referenced
this issue
Mar 7, 2020
oxmon-2500
added a commit
to oxmon-2500/qucs
that referenced
this issue
Mar 11, 2020
qucs issue Qucs#956 Additionaly to existing options the following arguments are allowed: qucs [ projectPath] [ filePath1 [ filePath2 ... ] ] ]
what is the difference between a "project" and a directory? i suggest to use a letter option for this, like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If someone works repeatedly on a set of projects it would be nice to open the project by command line parameter like:
qucs [ projectPath_prj [ schematicName.sch ] ]
Calling qucs without command line parameteres should works as previously (open the project specified in "Qucs Home")
Command line enhancement: It is now possible to specify a project and schematic files to open by command line.
Usage:
~/local/qucs/bin/qucs --help
Usage: /home/gAz_/local/qucs/bin/qucs [-h|--help] [-v|--version]
qucs -n -i FILENAME -o FILENAME
qucs -p -i FILENAME -o FILENAME.[pdf|png|svg|eps]
qucs [ projectPath] [ filePath1 [ filePath2 ... ] ] ]
-h, --help display this help and exit
-v, --version display version information and exit
-n, --netlist convert Qucs schematic into netlist
-p, --print print Qucs schematic to file (eps needs inkscape)
--page [A4|A3|B4|B5] set print page size (default A4)
--dpi NUMBER set dpi value (default 96)
--color [RGB|RGB] set color mode (default RGB)
--orin [portrait|landscape] set orientation (default portrait)
-i FILENAME use file as input schematic
-o FILENAME use file as output netlist
-icons create component icons under ./bitmaps_generated
-doc dump data for documentation:
-a plugin load (attach) plugin -- under construction -q, --quit exit
Examples:
qucs -n -i schematic.sch -o netlist.net
qucs -p -i schematic.sch -o output.png --page A4 --dpi 120 --orin landscape
qucs -icons
qucs -doc
qucs ../qucs-test/testsuite/AC_bandpass_prj/ bandpass.sch opa227.sch
qucs ~/proj/qucs-test/testsuite/DC_AC_gain_prj "*.sch"
The text was updated successfully, but these errors were encountered: