WIP: to_string for netlist, tests, some bugfixes on device combination.

This commit is contained in:
Matthias Koefferlein
2018-12-29 22:18:58 +01:00
parent edbafae43e
commit 45b35f3aae
9 changed files with 746 additions and 105 deletions
+5
View File
@@ -561,6 +561,11 @@ class DBNetlist_TestClass < TestBase
assert_equal(d1.parameter(0), -0.5)
assert_equal(d1.parameter(1), 42)
assert_equal(nl.to_s, <<END)
Circuit C ():
DDC $1 () [U=-0.5,V=42]
END
end
def test_10_NetlistTopology