NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Set the sequence file format programatically through LabView API

Solved!
Go to solution

Hopefully this question is very easy to answer: I would like to save a binary sequence file as xml or  a xml sequence file as binary with the labview API. 

 

Is there a way to access the file format property or is there a function which takes the format as parameter? 

 

Thanks in advance

 

Michael

0 Kudos
Message 1 of 3
(1,915 Views)
Solution
Accepted by topic author mthimm

You can use the FileWritingFormat property:

 

https://zone.ni.com/reference/en-XX/help/370052AA-01/tsapiref/reftopics/propertyobjectfile_filewriti...

 

Hope this helps.  Let me know if you have any questions.

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 3
(1,836 Views)

Many thanks.

 

I didn't find this property since the sequence file hast to be converted to a PropertyObjectFile by the asPropertyObject method.

 

You helped me a lot.

 

Regards,

 

Michael

0 Kudos
Message 3 of 3
(1,797 Views)