NI TestStand Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
MimiKLM

Feature request: allow to change the names of the measurement in multiple measurement step type.

Status: Declined

I'm declining this idea due to lack of community support.

To change the step name the command Step.Name is commonly used.

 

However, if the step contains multiple measurements, changing their names dynamically is impossible.

 

It would be good if this opportunity would exists.

 

 

3 Comments
Elaine_R.
Active Participant

last I checked, you could dynamically set names for multiple numeric limit test measurements... it isn't a pretty expression, but you can get there...

 

it'd be something like Step.Result.Measurement[0].Name = "ABC"  ? Is this what you were looking to do?

 

WireWeaver
Active Participant
Status changed to: Declined

I'm declining this idea due to lack of community support.

https://www.linkedin.com/in/trentweaver
ee-jallen
Member

In can be done dynamically with Step.Result.Measurement[0].Name = "ABC", however if your dynamic names are coming from the Step module call itself then you need to add Step.Result.Measurement[0].Name = "ABC" to a SequenceFilePostStep callback to be compatible with the On-the-fly option of the report generator