Skip to main content

ChkQuery_EventStatusToWrite

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long ChkQuery_EventStatusToWrite (dword aCheckId);

Method Syntax

Method Syntax
check.QueryEventStatusToWrite();

Description

Uses the output of ChkQuery_EventStatus and writes the result to the Write Window.

Parameters

  • aCheckId

Return Values

  • < 0: Refers the query error codes
  • — 0: See description

Example

long result;
dword checkId;
checkId = ChkStart_MsgRelCycleTimeViolation(VehicleMotion, 0.9, 1.1);
// ... execute test sequence
result = ChkQuery_EventStatusToWrite(checkId);