09-21-2011 07:02 AM
Hello,everyone.now i use teststand to measure a voltage value of test point.there are a pin in the circuit controlling that values.now i want to change the batch report heading text in the report.for example, i only use one step in a sequence file and use a expression to change the pin value.now i want to change the batch report heading text through the movement of the expression.i can't found it by teststand help document.how can i do it?
thanks~
my email is sar818@yahoo.com.cn.
plus ,i'm sorry to tell you my english is poor.if you have any question,just tell me ASAP.
i'm looking forward to your answer~~~
Solved! Go to Solution.
11-03-2011 05:10 PM - edited 11-03-2011 05:11 PM
Hi sar818,
This item is pointing to the step name, which you can modify with the TestStand API:
Step.Name = "newStepName"
You can call this is the post expression of the step:
Note that this change will only persist for the execution.
02-14-2012 09:00 PM
Thanks for your reply, and you are too kind.
I will have a try to use your method to solve my question.
Cheers firstly.
I am sure i have the confidence to complete it.