08-01-2025 04:11 AM
can we create pattern file and specification file using labview and python nidigital API?
if anyone knows please help me!
08-01-2025 04:50 AM
No, you need to create manually there are not APIs to create them programmatically.
digitpatsrc is a text file and you can generate it programmatically, but you need to take of the formatting.
spec file is an XML file, you can reverse engineer the schema and generate that file programatically.