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

writeConfigure

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

Function Syntax

void writeConfigure( dword sink, dword lines, dword logging, char filename[]);

Description

Configures the specified page in the Write Window.

Parameters

  • sink: Target identifier for the page to be configured.
  • lines: The number of lines of the page.
  • logging: Enables the logging feature if non-zero.
  • filename: Name of the logging file.

Return Values

Example

See writeConfigure write