diff options
author | Gloria1210 | 2020-06-13 02:03:36 +0530 |
---|---|---|
committer | GitHub | 2020-06-13 02:03:36 +0530 |
commit | a8b143691767d9592306c2bfadc326b042520b25 (patch) | |
tree | bdde05c79203053502bbce4a40f5c030b2ac2d64 | |
parent | 7e3cd8fe820fc48d36d8b91b741c45c388e14813 (diff) | |
download | eSim_PSpice_to_KiCad_Python_Parser-a8b143691767d9592306c2bfadc326b042520b25.tar.gz eSim_PSpice_to_KiCad_Python_Parser-a8b143691767d9592306c2bfadc326b042520b25.tar.bz2 eSim_PSpice_to_KiCad_Python_Parser-a8b143691767d9592306c2bfadc326b042520b25.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ Clone or Download the *eSim_PSpice_to_KiCad_Python_Parser* from the Git in the H ----------------------------------------------- **To convert the PSpice library(.slb) files to KiCad library(.lib) files** -Set the path where the *libparser.py* file is located. +Set the path where the *libparser.py* file is located. It is located at */eSim_PSpice_to_KiCad_Python_Parser/lib/PythonLib* $ sudo python3 libParser.py <path to the pspice lib file(slb)> <output_library_name_without_extension> @@ -35,7 +35,7 @@ This will create analog.lib file and save it in the path </Home/eSim_PSpice_to_K ----------------------------------------------- **To convert the PSpice schematic files to KiCad schematic files** -Set the path where the *parser.py* file is located. +Set the path where the *parser.py* file is located. It is located at */eSim_PSpice_to_KiCad_Python_Parser/lib/PythonLib* $ sudo python3 parser.py <path/to/pspice-schematic.sch> <path/to/output-project-name-without-extension> @@ -85,7 +85,7 @@ If all the libraries in eeschema are not loaded, follow these steps: ----------------------------------------------- **To add libraries in the parser.py** -Open the *parser.py* python file. +Open the *parser.py* python file. It is located at */eSim_PSpice_to_KiCad_Python_Parser/lib/PythonLib* Type and add the libraries in the variables *"descr"* and *"prodescr"* ----------------------------------------------- |