02-25-2020 01:11 AM
How to modify the sequence file version?
I am a new learner for teststand.
In the sequence file property , the software default version is 0.0.0.0.
Is it possible to change it from 0.0.0.0 to 1.0.0.0. just use an expression?
Solved! Go to Solution.
02-25-2020 02:04 AM - edited 02-25-2020 02:12 AM
Hi Open28,
Yes It's possible to do it by an expression. But I like write TS API by LabVIEW method, it's easier to write for me.
@ LabVIEW method
@ Expression method (RunState.SequenceFile.AsPropertyObjectFile.Version = "6.5.5.5")
Thanks,
Ricky
02-25-2020 02:35 AM
Hi,ricky
Thank you!