# Parameters

Although not mandatory it is common for an operation mode to have parameters.

{% hint style="info" %}
Operation mode parameters are defined as FileGlobal variables in TestStand.
{% endhint %}

![Operation Mode Parameter](/files/81zZeEcn3wsJje27hxWl)

The `FileGlobals.LTT.OM` structure is an array of containers. Each container represents the parameters for a single operation mode sequence. **The container must be named exactly like the operation mode sequence itself**. Within each operation mode parameter container you can add as many variables as needed. **Only variables of type&#x20;*****string*****,&#x20;*****bool*****&#x20;and&#x20;*****numeric*****&#x20;are supported**.

For each operation mode parameter variable you set a **name**, a **default value** and a **description** (as variable comment). When the testplan is loaded in GUI you can see a list of all operation modes with their parameters in [F10 dialog](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f10testparameterconfiguration.md). There you can modify individual parameters, even during the testplan is running. The default parameter values entered in TestStand remain untouched. If you run without GUI you work with the default parameters. You need to change the values in TestStand if they do not fit your current need.

![Operation Mode Parameter Compare](/files/aGfdZloMMEJp0bZidSSS)


---

# 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.irs.systems/ltt/documentation/ltt-gui-manual/teststand/operationmodes/parameters.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.
