TestGetValueInput
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Returns the result of the last successful call of TestWaitForValueInput.Parameters
—Return Values
-
= 0.0
Possible error during the last call ofTestWaitForValueInput. This can mean that the entry could not be correctly converted to a numeric value. This value is also returned if no previous call ofTestWaitForValueInputoccurred. But it is also possible that the user actually entered “0”. This can be determined by checking the entry in text form which can be obtained via TestGetStringInput. Note that this value can only be the desired entry from the user if it was preceded by a successful call ofTestWaitForValueInput, i.e. with the return value “1”. -
!= 0.0
Last value queried from the tester withTestWaitForValueInput.