# Graphical Panel Controls: Knob

A Knob control allows data to be input using a graphical representation of a physical knob. The pointer on the knob can be clicked and dragged to a particular location in order to select a value, or the target spot can be clicked and the pointer will jump to that location.

![Figure 1: An example Knob control for selecting an input value.](/files/ZycYfx7OcPR8gDehgp1q)

Table 1 contains the single property specific to a Knob control. A list of common properties can be found under [Common Control Properties](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-common-control-properties.md).

**Table 1: Knob Control Properties**

| Property           | Function and Options                                                                                                                                                                   |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Set Integer Values | <p>Sets the input type when used as a slider:</p><ul><li><strong>0-No:</strong> Decimal values will be set.</li><li><strong>1-Yes:</strong> Only integer values will be set.</li></ul> |


---

# 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.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-knob.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.
