> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionWriteConfigure

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/Other/Functions/CAPLfunctionWriteConfigure.md)

**CAPL Functions** » [General](../CAPLGeneralStartPage.md) » [Function Overview](../CAPLfunctionsGeneralOverview.md) » writeConfigure

# writeConfigure

[Valid for](../../../Shared/FeatureAvailability.md): CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

## Function Syntax

```plaintext theme={null}
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](CAPLfunctionsExampleWrite.md)

[write](CAPLfunctionWrite.md)
