We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from mtdConstructionDBTools import mtdcdb xml = mtdcdb.root() attr = [{ 'NAME': 'attr1', 'VALUE': 'val1' },{ 'NAME': 'attr2', 'VALUE': 'val2' } ] aPart = mtdcdb.part('01234567890123', 'type', batch = 'a batch', attributes = attr) xml.append(aPart) xmlstring = mtdcdb.mtdxml(xml) print(xmlstring)
There was an error while loading. Please reload this page.