Skip to main content

ChkQuery_Valid

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

Function Syntax

long ChkQuery_Valid (dword aCheckId);

Method Syntax

Method Syntax
check.QueryValid();

Description

Examines whether a check with particular Id is valid.

Parameters

  • aCheckId: Identifier of the queried Check.

Return Values

Example

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