> ## 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.

# CAPLfunctionCoTfsGetTestmoduleNodeId

# coTfsGetTestModuleNodeId

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

## Function Syntax

```
dword coTfsGetTestModuleNodeId( void );
```

## Description

The function gets the node-ID of the tester.

## Parameters

—

## Return Values

Node-ID of the tester.

## Example

```c theme={null}
dword nodeId;
nodeId = coTfsGetTestModuleNodeId();
```
