#NoValidation Function
- Updated2025-07-21
- 1 minute(s) read
#NoValidation Function
Syntax
#NoValidation(Expression expr)
Purpose
Disables evaluation error checking for part or all of the expression. Use this directive to suppress errors reported at edit time that will not occur at run time, such as using a variable the sequence creates at run time by using the TestStand API. Use this directive without a parameter list to suppress error checking for the remainder of the expression, or pass a separate expression as the parameter to this directive to suppress error checking for only the parameter expression.
Parameters
expr as Expression
Pass an expression for which you want to disable evaluation error checking at edit time.