# 曲线

模型设置的 **曲线** 屏幕允许您定义自定义曲线，以便在输入、混合或输出屏幕中使用。曲线屏幕将显示所有配置的自定义曲线，每条曲线都有图形表示、点数和曲线类型。

<figure><img src="/files/0PlQKyHZDcUANxByUYuV" alt=""><figcaption><p>曲线屏幕</p></figcaption></figure>

选择现有的自定义曲线将显示以下选项：

* **编辑** - 打开曲线配置页面。
* **预设** - 允许您将曲线设置为预设的斜率值之一（-45 到 45 度，以 15 度为增量）。曲线将有 5 个点，默认情况下不启用平滑。
* **镜像** - 镜像所选曲线。
* **清除** - 清除所选曲线的所有曲线值。

选择加号按钮创建新曲线将为您提供以下选项：

* **编辑** - 打开曲线配置页面。
* **预设** - 允许您将曲线设置为预设的斜率值之一（-45 到 45 度，以 15 度为增量）。曲线将有 5 个点，默认情况下不启用平滑。

<figure><img src="/files/Qoi6Un0x6ac6y9Mqqvu9" alt=""><figcaption><p>曲线配置屏幕</p></figcaption></figure>

为已配置或未配置的曲线选择 **编辑** 将打开曲线配置屏幕，并显示以下选项：

* **名称** - 曲线的名称。只能使用 3 个字符。
* **类型** - 曲线类型：选项有 **标准** 和 **自定义**
  * **标准** - 水平轴点是基于点数的固定值。垂直轴点是可调的。
  * **自定义** - 水平和垂直轴都是可调的。
* **点数** - 曲线中的点数
* **平滑** - 启用时，用曲线连接点而不是直线
* **垂直点值** - 调整点值以形成所需的曲线。

{% hint style="info" %}
摇杆位置以黄色显示在曲线上。移动控制杆将实时更新曲线上的摇杆位置。
{% endhint %}


---

# 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://zkl2333.gitbook.io/edgetx-user-manual/color-radios/model-settings/curves.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.
