02-23-2012 07:30 AM
Hello,
I'm creating TS sequences from text scripts, using the CVI API.
I usually affect values to step properties using functions like TS_PropertySetValNumber(...) but now I need to affect an expression to a function call parameter, like FileGlobals.Var1.
I cannot affect this expression to the step type property because the expression can be different between two steps instances.
Is there any function that can use to do that directly?
I attached an picture of what I want to change.
Any help would be welcome.
Thanks.
Stephane
02-27-2012 10:18 AM
Have you looked into Evaluate() ?