diff options
Diffstat (limited to 'src/createKicadLibrary.py')
-rwxr-xr-x[-rw-r--r--] | src/createKicadLibrary.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py index eed8f6d..174668c 100644..100755 --- 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)
|