> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/rev-crossover-products/sensors/potentiometer/specifications.md).

# Specifications

## Specifications <a href="#specifications" id="specifications"></a>

### General Specifications <a href="#general-specifications" id="general-specifications"></a>

| **Parameter**       | **Value and Units**              |
| ------------------- | -------------------------------- |
| Sensor Type         | Analog                           |
| Signal Port Mapping | n                                |
| Output Shaft        | Female 5mm Hex                   |
| Mounting Holes      | REV Motion Pattern(6x M3 tapped) |
| Range of Motion     | 270°                             |
| Taper               | Linear (B)\*                     |

{% hint style="warning" %}
\*The linear taper of this potentiometer means that the resistance changes linearly with the angle of the shaft. However, the linearity can be significantly affected by connected circuitry. Please see the Application Examples for more information.
{% endhint %}

### Electrical Specifications <a href="#electrical-specifications" id="electrical-specifications"></a>

| **Parameter**    | **Min** | **Typ** | **Max** | **Units** |
| ---------------- | ------- | ------- | ------- | --------- |
| Total Resistance | -       | 10      | -       |           |

## Mechanical Drawing

{% hint style="info" %}
All dimensions are in millimeters
{% endhint %}

<figure><img src="/files/76VLjPnnvpiLztr2bQlf" alt=""><figcaption></figcaption></figure>

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

## Pinout and Schematic&#x20;

The Potentiometer only sends signal to the hub through the **n** port, which means during configuration the potentiometer will need to be assigned to port 0 or port 2. This limitation means that two potentiometers can not be hosted on the same physical port using the sensor splitter cable.&#x20;

<figure><img src="/files/8f6vnDFVzfGrrpN1veUB" alt=""><figcaption></figcaption></figure>

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.revrobotics.com/rev-crossover-products/sensors/potentiometer/specifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
