Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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