NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the saved status of a Sequence file Loaded in TS

Solved!
Go to solution

Hi All,

 

Please let me know if there is any Sequence or Sequence File property to programmatically find if the current sequence loaded in teststand is saved or not.

 

Thank You,

Sree Ranjani.



0 Kudos
Message 1 of 2
(1,898 Views)
Solution
Accepted by topic author SreeRanjaniSG

Hi Sree,

 

You could check to see if the sequence file has been modified, using the following expression:

 

RunState.SequenceFile.AsPropertyObjectFile.IsModified

 

I hope this helps,

 

Charlie

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

Message 2 of 2
(1,885 Views)