Skip to main content
Open topic with navigation CAPL Functions » System Variables » sysGetOrigTimeNS

sysGetOrigTimeNS

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

Function Syntax

int64 sysGetOrigTimeNS(SysVarName);

Description

Returns the original time stamp of the last update to the variable value, before time synchronization may have changed it.

Parameters

  • SysVarName: Name of the fully qualified name of the system variable, including all namespaces, separated by ”::”. The name must be preceded by “sysVar::”.

Return Values

Original time stamp of the last update to the variable value in nanoseconds since measurement start.

Example

int64 timeStamp;
timeStamp = sysGetOrigTimeNS(sysvar::MyNamespace::FloatVar);