Read Value Not Eq
- Allows reading the value of a variable and comparing it with the expected value
Would FAIL if the two values ARE equal, and it will return the
Current Value
Arguments Description
variable_name (str): variable name in the fmu.
expected_value (float): the not expected value of the variable.
Returns
float: the current value of the variable
Example
Read Value NotEq ${variable_name} ${2}