From c9988bff054ecdc53a0a2a48ca0f9a9308c01933 Mon Sep 17 00:00:00 2001 From: Eyantra698Sumanto Date: Tue, 11 Jan 2022 15:52:37 +0530 Subject: Adding other changes for Upgradation to NgSpice-35 --- src/createKicadLibrary.py | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 src/createKicadLibrary.py (limited to 'src/createKicadLibrary.py') diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py old mode 100644 new mode 100755 index eed8f6d..174668c --- a/src/createKicadLibrary.py +++ b/src/createKicadLibrary.py @@ -95,6 +95,9 @@ class AutoSchematic(QtWidgets.QWidget): "Enter Input Load (default=1.0e-12)") ET.SubElement(param, "instance_id", default="1").text = ( "Enter Instance ID (Between 0-99)") + ET.SubElement(param, "Sumanto", default="1").text = ( + "Enter Instance ID (Between 0-99)") + tree = ET.ElementTree(root) tree.write(str(self.modelname) + '.xml') print("Leaving the directory ", xmlDestination) -- cgit