How can I write a script in CFX-Post 10.0 to make a line for each time step where the endpoints are dependent on expressions?


If you use the getExprVal function, this function turns cel expressions into perl variables. i.e.

!$Mup1 = getExprVal('up1hz');

Now the variable Mup1 is usable as a perl variable and can be set for point position as a function of time (or something else).





Show Form
No comments yet. Be the first to add a comment!