NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

SLOC count for TestStand sequence files?

Is there a tool (or method) that will allow us to generate an "SLOC" count-type number (SLOC stands for Source Lines Of Code) for TestStand sequence files?
 
Thanks,
 
Gordon
0 Kudos
Message 1 of 2
(3,679 Views)

Hi Gordon,

Check out the Sequence File Documentation Tool (Tools»Sequence File Documentation...). This tool generates a report for the currently active sequence file. The header section includes information such as the number of sequences as well as the total number of steps in the file (which would be analogous to a SLOC count in TestStand development).

You could also create your own custom tool as a configuration entry point in your process model. This sequence could parse the currently active sequence file (or any file(s) you choose for that matter) returning whatever information you need reported, including SLOC.

Hope this helps!

 



Message Edited by Evan P. on 05-19-2008 12:04 PM



Evan Prothro
RF Systems Engineer | NI

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