# VGaugeWidget

**Hereda de:** [Widget](https://doc.velneo.com/28/velneo-vdevelop/scripts/lenguajes/javascript/clases/widget).

Esta clase representa al control manómetro analógico.

## [Propiedades](#documentación-de-propiedades)

| Tipo   | Propiedad             |
| ------ | --------------------- |
| Number | [critical](#critical) |
| Number | [maximum](#maximum)   |
| Number | [minimum](#minimum)   |
| Number | [nominal](#nominal)   |
| String | [prefix](#prefix)     |
| String | [suffix](#suffix)     |
| Number | [value](#value)       |

## Funciones

**Generales**

| Retorno | Función                               |
| ------- | ------------------------------------- |
| void    | [setValue](#setvalue)( Number value ) |

## Documentación de propiedades

#### critical

Permite leer o configurar el valor crítico a mostrar en el control.

#### maximum

Permite leer o configurar el valor máximo a mostrar en el control.

#### minimum

Permite leer o configurar el valor mínimo a mostrar en el control.

#### nominal

Permite leer o configurar el valor nominal a mostrar en el control.

#### prefix

Permite leer o configurar el prefijo a mostrar en el control.

#### suffix

Permite leer o configurar el sufijo a mostrar en el control.

#### value

Permite leer o configurar el valor que está mostrando el control.

## Documentación de funciones

### Funciones generales

#### void setValue( Number value ) <a href="#setvalue" id="setvalue"></a>

Asigna el valor a mostrar en el control.

Parámetros:

* value: valor numérico a mostrar en el control.


---

# 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://doc.velneo.com/28/velneo-vdevelop/scripts/lenguajes/javascript/clases/vgaugewidget.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.
