Expressions Tab - Step Properties Dialog Box
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Expressions Tab - Step Properties Dialog Box
Expressions Tab
Use the Expressions tab to specify optional expressions TestStand evaluates before or after it calls the step module.
The Expressions tab contains the following options:
- Pre-Expression —An expression TestStand evaluates before it calls the code module . Use this expression to set the value of a custom step property from the values of other variables and properties.
- Post-Expression —An expression TestStand evaluates after it calls the code module. Use this expression to set the value of one of the subproperties in the Result property of the step based on the values of other variables and properties.
-
Status Expression
—Sets the Status property for the step. Because the status is a String property, this expression must evaluate to a string.
If you leave an expression field empty, TestStand does not evaluate it.
Note Certain types of steps, such as Numeric Limit Tests, Multiple Numeric Limit Tests, String Value Tests, Pass/Fail Tests, and Statement steps, reserve one or more of these expressions to perform operations specific to the type of step or a substep performs the operation. In these cases, you cannot use the expressions the step type reserves, which appear dimmed on the tab.