NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Export Step.Result.Measurement array element names of a multi-numeric step with property loader

Hello,
I try to export / import the names of the array elements of a multi-numeric test step with the property loader into a database. The property loader can access "Step.Result.measurement[0].Limits.low" and so on, but i can't find a way to access the name of "Step.Result.measurement[0]".
I'm using Teststand 3.0. Has anybody an idea how to do this?
0 Kudos
Message 1 of 2
(3,382 Views)
Hi Thomas,

To obtain the name of the Step.Result.Measurement[0] you will have to use the NameOf expression or the API call PropertyObject.Name().

I have attached a TS2.0.x example. You will beable to view this in TS3.0. Althought TS3.0 Multiple Numeric Limit Test Steps have additional properties and therefore will probably error when you try to run this. It will error if you launch the Limits... dialog.
But the process is still the same.

Hope this helps.
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 2
(3,382 Views)