Skip to main content
Open topic with navigation

ChkQuery_EventSignalValue (for signals with positive values)

CAPL Functions » Test Service Library » Status Report Functions » ChkQuery_EventSignalValue (for signals with positive values) Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

double ChkQuery_EventSignalValue (dword checkId);

Method Syntax

Method Syntax
check.QueryEventSignalValue();

Description

This function enables access to the signal value which was last reported by a check as invalid. This function enables access only to positive signal values.

Parameters

  • checkId: Identifier of the queried Check.

Return Values

  • < 0: Refers the query error codes in this chapter
  • ≥ 0: Retrieved signal value

Available For

Example

double result;
dword checkId;
checkId = ChkStart_MsgSignalValueInvalid(Velocity, 80, 100);
// ... execute test sequence
result = ChkQuery_EventSignalValue(checkId);