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

# CAPLfunctionSCCCMAmpMapReq

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/SmartCharging/Callbacks/CAPLfunctionSCCCMAmpMapReq.md)

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [Shared Callback Functions](../CAPLFunctionsSmartChargingOverview.md#Callback) » SCC\_CM\_Amp\_Map\_Req

# SCC\_CM\_Amp\_Map\_Req

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

## Function Syntax

```plaintext theme={null}
void SCC_CM_Amp_Map_Req(byte RunId[], byte SourceMac[], dword AmLen, byte AmData[])
```

## Description

The callback is called as soon as a `CM_Amp_Map.Req` message is received.

## Parameters

* **RunId**: 8-byte long run ID.
* **SourceMac**: MAC address of sender.
* **AmLen**: Length of the AmData array.
* **AmData**: Power spectral density difference values as defined by the specification. **Note**: Because the PSD is defined in values of 4 bit, only the lower half of each byte is considered.

## Return Values

—

## Example

—
