From 1936873453b7e85f421f0df21b76d02ae945b110 Mon Sep 17 00:00:00 2001 From: Sai Asish Y Date: Thu, 18 Jun 2026 12:29:53 -0700 Subject: [PATCH 1/3] Fix TypeError when initializing SpiceEditor by passing create_blank as keyword Signed-off-by: Sai Asish Y --- PyLTSpice/editor/spice_editor.py | 2 +- unittests/test_pyltspice.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/PyLTSpice/editor/spice_editor.py b/PyLTSpice/editor/spice_editor.py index 9e1d761..43858fe 100644 --- a/PyLTSpice/editor/spice_editor.py +++ b/PyLTSpice/editor/spice_editor.py @@ -32,7 +32,7 @@ def __init__(self, netlist_file: str | Path, encoding='autodetect', create_blank if netlist_file.suffix == ".asc": LTspice.create_netlist(netlist_file) netlist_file = netlist_file.with_suffix(".net") - super().__init__(netlist_file, encoding, create_blank) + super().__init__(netlist_file, encoding, create_blank=create_blank) def run(self, wait_resource: bool = True, callback: Callable[[str, str], Any] = None, timeout: float = 600, run_filename: str = None, simulator=None): diff --git a/unittests/test_pyltspice.py b/unittests/test_pyltspice.py index 555e031..c061b53 100644 --- a/unittests/test_pyltspice.py +++ b/unittests/test_pyltspice.py @@ -485,7 +485,12 @@ def test_ac_analysis_steps(self): self.assertAlmostEqual(angle(vout), angle(h), 5, f"Difference between theoretical value ans simulation at point {point}") - # + def test_create_blank(self): + """SpiceEditor forwards create_blank to the base class without raising""" + editor = SpiceEditor("blank.net", create_blank=True) + self.assertIsInstance(editor, SpiceEditor) + + # # def test_pathlib(self): # """pathlib support""" # import pathlib From ef2e23ff74c70eb083df808553cbde586e74b1c7 Mon Sep 17 00:00:00 2001 From: Nuno Brum Date: Fri, 19 Jun 2026 21:15:31 +0200 Subject: [PATCH 2/3] Aligning with spicelib 1.6.0 --- README.md | 6 ++++-- examples/testfiles/AC - STEP_1.log | 6 +++--- examples/testfiles/AC - STEP_1.raw | Bin 20240 -> 20240 bytes examples/testfiles/AC_1.log | 6 +++--- examples/testfiles/AC_1.raw | Bin 5714 -> 5714 bytes examples/testfiles/Batch_Test_1.log | 6 +++--- examples/testfiles/Batch_Test_1.raw | Bin 37864 -> 37842 bytes examples/testfiles/DC op point - STEP_1.log | 6 +++--- examples/testfiles/DC op point - STEP_1.raw | Bin 2128 -> 2128 bytes examples/testfiles/DC op point_1.log | 6 +++--- examples/testfiles/DC op point_1.raw | Bin 792 -> 792 bytes examples/testfiles/TRAN - STEP_1.log | 6 +++--- examples/testfiles/TRAN - STEP_1.raw | Bin 4136 -> 4136 bytes examples/testfiles/TRAN_1.log | 6 +++--- examples/testfiles/TRAN_1.raw | Bin 1446 -> 1446 bytes examples/testfiles/testfile.net | 2 +- pyproject.toml | 4 ++-- 17 files changed, 28 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 7de226c..4b209f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README # -_Current Version 5.5.1_ +_Current Version 6.0.1_ PyLTSpice is a toolchain of python utilities design to interact with LTSpice Electronic Simulator. It is mostly based on the spicelib package, being the main difference to it is @@ -559,7 +559,9 @@ _Make sure to initialize the root logger before importing the library to be able For support and improvement requests please open an Issue in [GitHub spicelib issues](https://github.com/nunobrum/spicelib/issues) ## History ## - Version 5.5.1 (spicelib 1.5.1) +* Version 6.0.1 (spicelib 1.6.1) + * Fixing Issue #159 - Incompatibilities with spicelib 1.6.0 +* Version 5.5.1 (spicelib 1.5.1) * Solving problems with unittests using LTspice 26. * Removing type annotations from docstrings to avoid problems with the new Sphinx version. * Fixes on the documentation to align with spicelib 1.5.1 diff --git a/examples/testfiles/AC - STEP_1.log b/examples/testfiles/AC - STEP_1.log index 386faee..d5d8942 100644 --- a/examples/testfiles/AC - STEP_1.log +++ b/examples/testfiles/AC - STEP_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\AC - STEP_1.net -Start Time: Sun Mar 22 16:18:17 2026 +Start Time: Fri Jun 19 21:13:54 2026 .step r1=1000 solver = Normal @@ -16,7 +16,7 @@ Compress2ndOrder = true .step r1=10000 .OP point found by inspection. .OP point found by inspection. -Total elapsed time: 0.027 seconds. +Total elapsed time: 0.020 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\AC - STEP_1.net diff --git a/examples/testfiles/AC - STEP_1.raw b/examples/testfiles/AC - STEP_1.raw index ff16134124833661a382e54273c89ea77c8ebab4..f9e92bb1356a08f64bbccbf340d13edba0143f2c 100644 GIT binary patch delta 50 xcmbO*k8uJJb*Z{B6ftBnC@^?2lrrQ2X+s7}AZY}ot$^4VNSZR3Zd{+}2LL5@3TglV delta 50 wcmbO*k8uJJb*Tn3lrrQoC@}akBr+5MX(J$1U@&AbW3U2}7GTnR<{9 diff --git a/examples/testfiles/Batch_Test_1.log b/examples/testfiles/Batch_Test_1.log index ae5cfda..bde7d47 100644 --- a/examples/testfiles/Batch_Test_1.log +++ b/examples/testfiles/Batch_Test_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\Batch_Test_1.net -Start Time: Sun Mar 22 16:18:27 2026 +Start Time: Fri Jun 19 21:14:02 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -9,7 +9,7 @@ method = modified trap Compress1stOrder = true Compress2ndOrder = true Direct Newton iteration succeeded in finding operating point. -Total elapsed time: 0.087 seconds. +Total elapsed time: 0.060 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\Batch_Test_1.net diff --git a/examples/testfiles/Batch_Test_1.raw b/examples/testfiles/Batch_Test_1.raw index fa8aa0cf6e6bc9d3963c0705a6dcbdb374cfb902..63d1ebcd3a065d55cb6adbadae07139646ddd003 100644 GIT binary patch delta 128 zcmaE{oaxeXrU^Z&ZVW{XnG6aHUJRuSc|h8b!4gOs0ck5BHUW|b3`QF_wli+FV*16% wUJ8+z{E$U+at4bWly3y)?_!age2c|kG7qZ^RNMqC9s}o_g7}-)u-fzi0L;4|?*IS* delta 126 zcmcb#oax1KrU^Z&!3?Dgc?=2+z6^;BML^mJ2o)F%8O#{0fTRVGG-5E{xUrp)v0}41 z({CU(*^tE$NG7t#1Ic(3A`29kWCf}5WR>Nt09s%OG{$tYBC96Qkg2S; FeE`-+AQJ!p diff --git a/examples/testfiles/DC op point - STEP_1.log b/examples/testfiles/DC op point - STEP_1.log index aff8db5..9e6120c 100644 --- a/examples/testfiles/DC op point - STEP_1.log +++ b/examples/testfiles/DC op point - STEP_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\DC op point - STEP_1.net -Start Time: Sun Mar 22 16:18:32 2026 +Start Time: Fri Jun 19 21:14:06 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -18,7 +18,7 @@ Direct Newton iteration succeeded in finding operating point. Direct Newton iteration succeeded in finding operating point. Direct Newton iteration succeeded in finding operating point. Direct Newton iteration succeeded in finding operating point. -Total elapsed time: 0.079 seconds. +Total elapsed time: 0.084 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\DC op point - STEP_1.net diff --git a/examples/testfiles/DC op point - STEP_1.raw b/examples/testfiles/DC op point - STEP_1.raw index 7dfcba5382d8375f8cee216906eebdba0c45c449..8105b3405b666bfa53ba614accba0930dfd12ccb 100644 GIT binary patch delta 48 wcmca0a6w?g991`lB8E%`1qLsMQiePrZOC8=B#nTy6%d;MNdpG6jR*VL0SQA1)Bpeg delta 48 ycmca0a6w?g9MxckQiePR1qNS+M1~?DZ3Ki042BG53|2tW0!SJ&7;QY*&kg_z*a_VL diff --git a/examples/testfiles/DC op point_1.log b/examples/testfiles/DC op point_1.log index 0de2f39..3aaa2da 100644 --- a/examples/testfiles/DC op point_1.log +++ b/examples/testfiles/DC op point_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\DC op point_1.net -Start Time: Sun Mar 22 16:18:30 2026 +Start Time: Fri Jun 19 21:14:04 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -9,7 +9,7 @@ method = modified trap Compress1stOrder = true Compress2ndOrder = true Direct Newton iteration succeeded in finding operating point. -Total elapsed time: 0.014 seconds. +Total elapsed time: 0.018 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\DC op point_1.net diff --git a/examples/testfiles/DC op point_1.raw b/examples/testfiles/DC op point_1.raw index 7683f5710a6ce647451aeaecbb0b4e8c55b105b7..bdd0d70a69d33fa86412b996f2b4ed1baa1e2f53 100644 GIT binary patch delta 48 wcmbQiHiK2x(N&b diff --git a/examples/testfiles/TRAN - STEP_1.log b/examples/testfiles/TRAN - STEP_1.log index 94b5abb..367ef8c 100644 --- a/examples/testfiles/TRAN - STEP_1.log +++ b/examples/testfiles/TRAN - STEP_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\TRAN - STEP_1.net -Start Time: Sun Mar 22 16:18:49 2026 +Start Time: Fri Jun 19 21:14:19 2026 .step vin=1 r1=1000 solver = Normal @@ -24,7 +24,7 @@ Compress2ndOrder = true .step vin=10 r1=10000 .OP point found by inspection. .OP point found by inspection. -Total elapsed time: 0.070 seconds. +Total elapsed time: 0.057 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\TRAN - STEP_1.net diff --git a/examples/testfiles/TRAN - STEP_1.raw b/examples/testfiles/TRAN - STEP_1.raw index 8c024445cd8943ed59b24840d863e9b53a3f6fa5..f40ce63d0681760966b0424087f9c905fadadd35 100644 GIT binary patch delta 46 tcmZ3XutH%%pRyZ65kn?}0)rPrDMKERHe|2_l14z<3W!ZWrmDMKEE0)sC@B0~|7HUdHg215oj1}h+G0VGW}ZY<{q0Ph$HOaK4? diff --git a/examples/testfiles/TRAN_1.log b/examples/testfiles/TRAN_1.log index 57468b1..6dfc148 100644 --- a/examples/testfiles/TRAN_1.log +++ b/examples/testfiles/TRAN_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\TRAN_1.net -Start Time: Sun Mar 22 16:18:46 2026 +Start Time: Fri Jun 19 21:14:16 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -10,7 +10,7 @@ Compress1stOrder = true Compress2ndOrder = true .OP point found by inspection. .OP point found by inspection. -Total elapsed time: 0.032 seconds. +Total elapsed time: 0.020 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\TRAN_1.net diff --git a/examples/testfiles/TRAN_1.raw b/examples/testfiles/TRAN_1.raw index dc333cf82bd75744e1218ea6e1e1e49b2311c2dc..792de2f6cf8a45f9a93b118f7dc8c6ba57d60ca3 100644 GIT binary patch delta 46 tcmZ3+y^MQ8gR&b#5kn?}0)rPrDMKERHe|2_l14z<3W!ZW=1.5.1", + "spicelib>=1.6.0", ] classifiers=[ "Programming Language :: Python :: 3", From 15e81c46ee0232c4d95d0b2f420c65484ce8a040 Mon Sep 17 00:00:00 2001 From: Nuno Brum Date: Fri, 19 Jun 2026 21:15:31 +0200 Subject: [PATCH 3/3] Aligning with spicelib 1.6.0 --- README.md | 6 ++++-- examples/testfiles/AC - STEP_1.log | 6 +++--- examples/testfiles/AC - STEP_1.raw | Bin 20240 -> 20240 bytes examples/testfiles/AC_1.log | 6 +++--- examples/testfiles/AC_1.raw | Bin 5714 -> 5714 bytes examples/testfiles/Batch_Test_1.log | 6 +++--- examples/testfiles/Batch_Test_1.raw | Bin 37864 -> 37842 bytes examples/testfiles/DC op point - STEP_1.log | 6 +++--- examples/testfiles/DC op point - STEP_1.raw | Bin 2128 -> 2128 bytes examples/testfiles/DC op point_1.log | 6 +++--- examples/testfiles/DC op point_1.raw | Bin 792 -> 792 bytes examples/testfiles/TRAN - STEP_1.log | 6 +++--- examples/testfiles/TRAN - STEP_1.raw | Bin 4136 -> 4136 bytes examples/testfiles/TRAN_1.log | 6 +++--- examples/testfiles/TRAN_1.raw | Bin 1446 -> 1446 bytes examples/testfiles/testfile.net | 2 +- pyproject.toml | 4 ++-- 17 files changed, 28 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 7de226c..2ff46f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README # -_Current Version 5.5.1_ +_Current Version 6.0.1_ PyLTSpice is a toolchain of python utilities design to interact with LTSpice Electronic Simulator. It is mostly based on the spicelib package, being the main difference to it is @@ -559,7 +559,9 @@ _Make sure to initialize the root logger before importing the library to be able For support and improvement requests please open an Issue in [GitHub spicelib issues](https://github.com/nunobrum/spicelib/issues) ## History ## - Version 5.5.1 (spicelib 1.5.1) +* Version 6.0.1 (spicelib 1.6.1) + * Fixing Issue #159 - Incompatibilities with spicelib 1.6.0 (PR: SAY-5:fix-spiceeditor-create-blank) +* Version 5.5.1 (spicelib 1.5.1) * Solving problems with unittests using LTspice 26. * Removing type annotations from docstrings to avoid problems with the new Sphinx version. * Fixes on the documentation to align with spicelib 1.5.1 diff --git a/examples/testfiles/AC - STEP_1.log b/examples/testfiles/AC - STEP_1.log index 386faee..d5d8942 100644 --- a/examples/testfiles/AC - STEP_1.log +++ b/examples/testfiles/AC - STEP_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\AC - STEP_1.net -Start Time: Sun Mar 22 16:18:17 2026 +Start Time: Fri Jun 19 21:13:54 2026 .step r1=1000 solver = Normal @@ -16,7 +16,7 @@ Compress2ndOrder = true .step r1=10000 .OP point found by inspection. .OP point found by inspection. -Total elapsed time: 0.027 seconds. +Total elapsed time: 0.020 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\AC - STEP_1.net diff --git a/examples/testfiles/AC - STEP_1.raw b/examples/testfiles/AC - STEP_1.raw index ff16134124833661a382e54273c89ea77c8ebab4..f9e92bb1356a08f64bbccbf340d13edba0143f2c 100644 GIT binary patch delta 50 xcmbO*k8uJJb*Z{B6ftBnC@^?2lrrQ2X+s7}AZY}ot$^4VNSZR3Zd{+}2LL5@3TglV delta 50 wcmbO*k8uJJb*Tn3lrrQoC@}akBr+5MX(J$1U@&AbW3U2}7GTnR<{9 diff --git a/examples/testfiles/Batch_Test_1.log b/examples/testfiles/Batch_Test_1.log index ae5cfda..bde7d47 100644 --- a/examples/testfiles/Batch_Test_1.log +++ b/examples/testfiles/Batch_Test_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\Batch_Test_1.net -Start Time: Sun Mar 22 16:18:27 2026 +Start Time: Fri Jun 19 21:14:02 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -9,7 +9,7 @@ method = modified trap Compress1stOrder = true Compress2ndOrder = true Direct Newton iteration succeeded in finding operating point. -Total elapsed time: 0.087 seconds. +Total elapsed time: 0.060 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\Batch_Test_1.net diff --git a/examples/testfiles/Batch_Test_1.raw b/examples/testfiles/Batch_Test_1.raw index fa8aa0cf6e6bc9d3963c0705a6dcbdb374cfb902..63d1ebcd3a065d55cb6adbadae07139646ddd003 100644 GIT binary patch delta 128 zcmaE{oaxeXrU^Z&ZVW{XnG6aHUJRuSc|h8b!4gOs0ck5BHUW|b3`QF_wli+FV*16% wUJ8+z{E$U+at4bWly3y)?_!age2c|kG7qZ^RNMqC9s}o_g7}-)u-fzi0L;4|?*IS* delta 126 zcmcb#oax1KrU^Z&!3?Dgc?=2+z6^;BML^mJ2o)F%8O#{0fTRVGG-5E{xUrp)v0}41 z({CU(*^tE$NG7t#1Ic(3A`29kWCf}5WR>Nt09s%OG{$tYBC96Qkg2S; FeE`-+AQJ!p diff --git a/examples/testfiles/DC op point - STEP_1.log b/examples/testfiles/DC op point - STEP_1.log index aff8db5..9e6120c 100644 --- a/examples/testfiles/DC op point - STEP_1.log +++ b/examples/testfiles/DC op point - STEP_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\DC op point - STEP_1.net -Start Time: Sun Mar 22 16:18:32 2026 +Start Time: Fri Jun 19 21:14:06 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -18,7 +18,7 @@ Direct Newton iteration succeeded in finding operating point. Direct Newton iteration succeeded in finding operating point. Direct Newton iteration succeeded in finding operating point. Direct Newton iteration succeeded in finding operating point. -Total elapsed time: 0.079 seconds. +Total elapsed time: 0.084 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\DC op point - STEP_1.net diff --git a/examples/testfiles/DC op point - STEP_1.raw b/examples/testfiles/DC op point - STEP_1.raw index 7dfcba5382d8375f8cee216906eebdba0c45c449..8105b3405b666bfa53ba614accba0930dfd12ccb 100644 GIT binary patch delta 48 wcmca0a6w?g991`lB8E%`1qLsMQiePrZOC8=B#nTy6%d;MNdpG6jR*VL0SQA1)Bpeg delta 48 ycmca0a6w?g9MxckQiePR1qNS+M1~?DZ3Ki042BG53|2tW0!SJ&7;QY*&kg_z*a_VL diff --git a/examples/testfiles/DC op point_1.log b/examples/testfiles/DC op point_1.log index 0de2f39..3aaa2da 100644 --- a/examples/testfiles/DC op point_1.log +++ b/examples/testfiles/DC op point_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\DC op point_1.net -Start Time: Sun Mar 22 16:18:30 2026 +Start Time: Fri Jun 19 21:14:04 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -9,7 +9,7 @@ method = modified trap Compress1stOrder = true Compress2ndOrder = true Direct Newton iteration succeeded in finding operating point. -Total elapsed time: 0.014 seconds. +Total elapsed time: 0.018 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\DC op point_1.net diff --git a/examples/testfiles/DC op point_1.raw b/examples/testfiles/DC op point_1.raw index 7683f5710a6ce647451aeaecbb0b4e8c55b105b7..bdd0d70a69d33fa86412b996f2b4ed1baa1e2f53 100644 GIT binary patch delta 48 wcmbQiHiK2x(N&b diff --git a/examples/testfiles/TRAN - STEP_1.log b/examples/testfiles/TRAN - STEP_1.log index 94b5abb..367ef8c 100644 --- a/examples/testfiles/TRAN - STEP_1.log +++ b/examples/testfiles/TRAN - STEP_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\TRAN - STEP_1.net -Start Time: Sun Mar 22 16:18:49 2026 +Start Time: Fri Jun 19 21:14:19 2026 .step vin=1 r1=1000 solver = Normal @@ -24,7 +24,7 @@ Compress2ndOrder = true .step vin=10 r1=10000 .OP point found by inspection. .OP point found by inspection. -Total elapsed time: 0.070 seconds. +Total elapsed time: 0.057 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\TRAN - STEP_1.net diff --git a/examples/testfiles/TRAN - STEP_1.raw b/examples/testfiles/TRAN - STEP_1.raw index 8c024445cd8943ed59b24840d863e9b53a3f6fa5..f40ce63d0681760966b0424087f9c905fadadd35 100644 GIT binary patch delta 46 tcmZ3XutH%%pRyZ65kn?}0)rPrDMKERHe|2_l14z<3W!ZWrmDMKEE0)sC@B0~|7HUdHg215oj1}h+G0VGW}ZY<{q0Ph$HOaK4? diff --git a/examples/testfiles/TRAN_1.log b/examples/testfiles/TRAN_1.log index 57468b1..6dfc148 100644 --- a/examples/testfiles/TRAN_1.log +++ b/examples/testfiles/TRAN_1.log @@ -1,6 +1,6 @@ -LTspice 26.0.1 for Windows +LTspice 26.0.2 for Windows Circuit: C:\sandbox\PyLTSpice\examples\testfiles\TRAN_1.net -Start Time: Sun Mar 22 16:18:46 2026 +Start Time: Fri Jun 19 21:14:16 2026 solver = Normal Maximum thread count: 16 tnom = 27 @@ -10,7 +10,7 @@ Compress1stOrder = true Compress2ndOrder = true .OP point found by inspection. .OP point found by inspection. -Total elapsed time: 0.032 seconds. +Total elapsed time: 0.020 seconds. Files loaded: C:\sandbox\PyLTSpice\examples\testfiles\TRAN_1.net diff --git a/examples/testfiles/TRAN_1.raw b/examples/testfiles/TRAN_1.raw index dc333cf82bd75744e1218ea6e1e1e49b2311c2dc..792de2f6cf8a45f9a93b118f7dc8c6ba57d60ca3 100644 GIT binary patch delta 46 tcmZ3+y^MQ8gR&b#5kn?}0)rPrDMKERHe|2_l14z<3W!ZW=1.5.1", + "spicelib>=1.6.0", ] classifiers=[ "Programming Language :: Python :: 3",