NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Import/Export properties

I would like to be able to use the import/export properties tool to import or export step parameters.  Is that possible? I would also like to be able to access the pre  and post expressions that way.
0 Kudos
Message 1 of 4
(3,516 Views)
rreis,
 
What kind of steps are you using?
Are you using sequence call steps?
In a sequence call step you can specify the parameters by expression.
You can assign a local variable as the parameter value and use the property loader step type to update the local value dynamically.
Could you give more details about your use case?
 
Hope it helps.
 
Antonio Lie.
0 Kudos
Message 2 of 4
(3,495 Views)

Hi,

Using the PropertyLoader you should beable to load pre and post expression, see attached picture.

You might have to set the Un hide hidden property in the Station Options, Preferences tab.

Regards

Ray Farmer

Message Edited by Ray Farmer on 10-10-2007 09:18 PM

Regards
Ray Farmer
0 Kudos
Message 3 of 4
(3,481 Views)
Interesting, I'll try that.  The steps I'm using are numeric limit tests for CVI dll function calls.  Since the parameters are the inputs to each function it would be useful to be able to manipulate those expressions in excel and then import them.  Especially in sequences where there are a lot of steps.
0 Kudos
Message 4 of 4
(3,474 Views)