Use a Variable value in Expression?
Find more posts tagged with
Sort by:
1 - 2 of
21
Hi Carlos,
For variables in the Expression Builder, you usually have to wrap them in curly brackets: { }
Solver Variables can also be referenced using the VARVAL call: {sv_position.VARVAL}
Hope this helps!
Adam Reid
In addition to the curly braces around the variable, the entire expression has to be provided within backtics ` ` (its a key that looks similar to apostrophe, available at the top left near Esc)
So your expression should look like
`STEP(TIME,0,0,5,{sv_position.value.lin})`
Praful
Sort by:
1 - 1 of
11
Hi Carlos,
For variables in the Expression Builder, you usually have to wrap them in curly brackets: { }
Solver Variables can also be referenced using the VARVAL call: {sv_position.VARVAL}
Hope this helps!
Adam Reid
Hi Carlos,
For variables in the Expression Builder, you usually have to wrap them in curly brackets: { }
Solver Variables can also be referenced using the VARVAL call: {sv_position.VARVAL}
Hope this helps!
Adam Reid