# Pitot Tube

{% hint style="info" %}
The **Pitot tube** is critical to an aircraft's airspeed measurement system. It is a small, forward-facing tube that measures the dynamic pressure of the air as the vehicle moves through it. This pressure is then used to calculate the vehicle's airspeed. The DeltaQuad Evo's Pitot tube is located on the aircraft's nose, where it can capture undisturbed airflow. Proper functioning of the Pitot tube is essential for accurate airspeed readings, which are crucial for safe flight operations.
{% endhint %}

<figure><img src="/files/GqB1Pe7h1g0eX8sUpalx" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
As stated in the [**Pre-flight Checks**](/gov/flight/pre-flight-checks.md), after flying in the rain, the vehicle must be removed from the flight case and stored in a dry space for at least 24 hours before the next flight. This ensures that all internal tubing and the external part of the Pitot tube are completely dry.
{% endhint %}

To expedite this process, the following steps can be taken:

1. After flying in the rain, place the vehicle **nose down** and put a **fan** on the pitot tube to dry it out.

<figure><img src="/files/5km6Cs6NfxhdK2VeNVH7" alt=""><figcaption></figcaption></figure>

2. Verify its functioning by switching the vehicle on and having a fan blow on the pitot tube. The airspeed should display a positive value that corresponds to the amount of airflow.
3. A visual inspection can be done of the transparent tubes to verify there is no buildup of water.
4. If the tubes are ever disconnected, they should be **labeled**, as reversing the tubes would be detrimental.
5. If there is an airspeed error due to water, this will show during the front transition after the VTOL takeoff. The standard timeout is 60 seconds, which will bring the vehicle quite far (approximately 800m). During the transition, the pilot can monitor the airspeed to ensure it is increasing as the vehicle begins the front transition. The airspeed is displayed in the [**Telemetry Dashboard**](/gov/flight/auterion-mission-control-amc-overview/amc-menu/fly-view.md#telemetry-dashboard), in the lower right corner of the Fly View. **AS** displays the airspeed.

<figure><img src="/files/IF59oCypQCEsj6ZoXge5" alt="" width="299"><figcaption></figcaption></figure>

&#x20;If the airspeed is not increasing or displays an error, the pilot should issue the [**Land**](/gov/flight/auterion-mission-control-amc-overview/amc-menu/fly-view.md#flight-tools) command. The takeoff site should be suitable for this. Alternatively, the land command can also be given in the [**Emergency Action**](/gov/flight/executing-and-monitoring-a-mission/controlling-the-vehicle.md) tab.

<figure><img src="/files/4v5V0Cs5te7XgQUdW2kX" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.deltaquad.com/gov/maintenance/pitot-tube.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.
