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

graphicsWindowPause

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

Function Syntax

void graphicsWindowPause(char[] windowName, byte active);

Description

Pauses and resumes a CANoe DE product Graphics Window.

Parameters

  • windowName: The name of the Graphics Window.
  • active:
    • active = 0: Pause off
    • active = 1: Pause on

Return Values

Example

//Pause the Graphics Window
graphicsWindowPause("Graphics", 1);

//Fit the y axis so that all values are visible
graphicsWindowFit("Graphics", 2);