NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I programatically get the TestStand version?

I want to programatically get my Teststand version.  Can I get this from inside a LabVIEW VI? I'm writing a VI that produces a Software Description Document and one of the things I want in there is my TestStand version.
0 Kudos
Message 1 of 2
(3,183 Views)

You can use the Engine.Version to get a string of the version number.  This is useful for a string for display information.


For more detailed information, you can use the following properties:

Engine.MajorVersion

Engine.MinorVersion

Engine.RevisionVersion

Allen P.

NI

0 Kudos
Message 2 of 2
(3,179 Views)