Skip to main content
Open topic with navigation CAPL Functions » General » Function Overview » graphicsWindowTimeInterval

graphicsWindowTimeInterval

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

Function Syntax

void graphicsWindowTimeInterval(char[] windowName, int64 from, int64 to);

Description

Sets the time interval that will be displayed in a CANoe DE product Graphics Window.

Parameters

  • windowName: The name of the Graphics Window.
  • from / to: Defines the time interval in [ns]. The time can be retrieved by timeNowInt64.

Return Values

Example