NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatic Multiple Measurement Names

Hi all
 
I've got a Multiple Numeric Limit test that returns and array of 3 dbl values. Initially I called these F1,F2 and F3 however I have added more variants to the test and the value of F1 2 and 3 could vary from unit to unit so I would now like the Measurements to be called for example 12GHz,12.5GHz and 13GHz but this should be variable. The main aim of this is to make the report self-explanatory.
 
Anybody got any ideas how I can dynamically re-name the measurements ?
 
Cheers
Chris
0 Kudos
Message 1 of 2
(2,718 Views)
Hi Chris,
 
I am attaching a simple example.
I am changing the names of the multiple numeric limit test measurements dynamically.
I am using the TestStand API to accomplish this. I am using the ActiveX Adapter to access the API methods and properties within the same sequence but you can use the same methods and properties  in a separate sequence or in your code module.
If  you have any questions let me know.
The attached sequence file is a TS 3.1 sequence file.
 
Hope It helps.
0 Kudos
Message 2 of 2
(2,686 Views)