# AT+QTEMP

The AT+QTEMP command allows users to check the module's temperature, which can be helpful for troubleshooting or performance optimization. Below is a guide to executing the AT+QTEMP command under the default Mobile-Data protocol with MMCLI command sets.

## Test Command

```
AT+QTEMP=?
```

{% code title="Response" %}

```
''
```

{% endcode %}

## Execution Command

Execute the below Command to query the module temperature information.

```
AT+QTEMP
```

{% code title="Response" %}

```
[+QTEMP:<sensor>,<temp>]
[...]
```

{% endcode %}

> Example:
>
> mmcli -m 2 --command=AT+QTEMP
>
> response:&#x20;
>
> '+QTEMP: "x0\_therm\_buf", "39"\
> +QTEMP: "mdm\_case\_therm", "39"\
> +QTEMP: "pa\_therm1" , "39"\
> +QTEMP: "tsens\_tz\_sensor0", "41"\
> +QTEMP: "tsens\_tz\_sensor1", "41"\
> +QTEMP: "tsens\_tz\_sensor2", "41"\
> +QTEMP: "tsens\_tz\_sensor3", "41"\
> +QTEMP: "tsens\_tz\_sensor4", "41" '

## Parameters

The output content from different modules may vary, and the specific results should be based on the actual output.

<table><thead><tr><th width="158">Parameters</th><th width="232">String</th><th>Description</th></tr></thead><tbody><tr><td>&#x3C;sensor></td><td>aoss0-usr</td><td>The first detection point on the modem</td></tr><tr><td></td><td>mdm-q6-usr</td><td>The second detection point on the modem</td></tr><tr><td></td><td>ipa-usr</td><td>The third detection point on the modem</td></tr><tr><td></td><td>cpu0-a7-usr</td><td>The fourth detection point on the modem</td></tr><tr><td></td><td>mdm-core-usr</td><td>The fifth detection point on the modem</td></tr><tr><td></td><td>xo-therm-usr</td><td>XO crystal</td></tr><tr><td></td><td>pa-therm2-usr</td><td>PA chip</td></tr><tr><td></td><td>sdx-case-therm-usr</td><td>BB chip</td></tr><tr><td></td><td>adbilent-therm-usr</td><td>NTC</td></tr><tr><td>&#x3C;temp></td><td>Integer</td><td>Temperature value<br>Unit: °C</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://how.router.works/dev/command/at-5g/at-qtemp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
