-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Qucs-S user library portability #567
Comments
There is no way to place library at the project directory. Library devices support specifying the full path to libraries, but library manager will look only at system library or user_lib directories. This was already reported and related to #4. It still be unclear how to introduce library search paths and improve the library portability. |
Relative paths implemented with #640. I will implement the visibility of the libraries in project directory myself. |
The #676 implements showing the libraries from the project directory in the library tree. |
I noticed that the two RF resistor examples "Test_chip_res_basic.sch" and "Test_RATF_EquivCircD.sch" don't work anymore. The devices used in these examples work in the 7 other examples in the attached project.
https://github.com/ra3xdh/qucs_s/tree/current/examples/ngspice/RFLumpComp
One issue is the examples you uploaded point to your user_lib folder. I didn't dig too deeply into the other issues but it got me thinking how to make user created projects and libraries "portable". LTspice allows placing everything required into a single folder. Is there a way other than making subcircuits containing the symbol information to place a user created Qucs compatible library in the project folder?
TODO list
Resistor_RF-Models_prj.zip
The text was updated successfully, but these errors were encountered: