# Potentiometer

The REV Potentiometer ([REV-31-1155](https://www.revrobotics.com/rev-31-1155/)) converts the angular position of a shaft into an analog voltage signal. A potentiometer acts as an adjustable resistor, fluctuating resistance as the shaft is turned. As the wiper (the knob) moves up and down along the coils of the resistor and the resistance and voltage output change proportionally at each new position.‌

<figure><img src="/files/Z7lAJW1hIeqG51sSO9mc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*Check out our documentation of the* [*Potentiometer*](https://docs.revrobotics.com/rev-crossover-products/sensors/potentiometer)*.*
{% 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://docs.revrobotics.com/ion-control/ionsensors/potentiometer.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.
