> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Constant Parameter

<CardGroup cols={2}>
  <Card title="Text, Implicit Body, 5.34.0" href="#text-implicit-body-5340" />

  <Card title="Text, Integer, 5.34.0" href="#text-integer-5340" />

  <Card title="Text, Scalar, 5.34.0" href="#text-scalar-5340" />

  <Card title="Text, Temperature, 5.34.0" href="#text-temperature-5340" />
</CardGroup>

***

## About this Block

**What it does:** The **Constant Parameter** block creates a parameter with a fixed value. It is used to define a constant design variable that does not change during optimization. Other available parameters include the **Independent Parameter** and **Dependent Parameter**.

**Common uses:**

* Inverse Design Optimization using Parameter Optimization
* Defining fixed design variables in an optimization problem.
* Specifying unchanging material properties, boundary conditions, or dimensional constraints.

**Tips:**

* Use meaningful label names to easily identify constants in optimization results.

***

<h2 id="text-implicit-body-5340">
  Text, Implicit Body, 5.34.0
</h2>

Creates a Constant Parameter with a fixed value that does not change. The value can be referenced by other Parameters or evaluators.

### Inputs

| Name  | Type                                                                 | Description                          |
| ----- | -------------------------------------------------------------------- | ------------------------------------ |
| Label | [Text](../../../../block-documentation/types/text)                   | Unique identifier for the Parameter. |
| Value | [Implicit Body](../../../../block-documentation/types/implicit-body) | Default value for the Parameter.     |

### Outputs

| Type                                                         |
| ------------------------------------------------------------ |
| [Parameter](../../../../block-documentation/types/parameter) |

***

<h2 id="text-integer-5340">
  Text, Integer, 5.34.0
</h2>

Creates a Constant Parameter with a fixed value that does not change. The value can be referenced by other Parameters or evaluators.

### Inputs

| Name  | Type                                                     | Description                          |
| ----- | -------------------------------------------------------- | ------------------------------------ |
| Label | [Text](../../../../block-documentation/types/text)       | Unique identifier for the Parameter. |
| Value | [Integer](../../../../block-documentation/types/integer) | Default value for the Parameter.     |

### Outputs

| Type                                                         |
| ------------------------------------------------------------ |
| [Parameter](../../../../block-documentation/types/parameter) |

***

<h2 id="text-scalar-5340">
  Text, Scalar, 5.34.0
</h2>

Creates a Constant Parameter with a fixed value that does not change. The value can be referenced by other Parameters or evaluators.

### Inputs

| Name  | Type                                                   | Description                          |
| ----- | ------------------------------------------------------ | ------------------------------------ |
| Label | [Text](../../../../block-documentation/types/text)     | Unique identifier for the Parameter. |
| Value | [Scalar](../../../../block-documentation/types/scalar) | Default value for the Parameter.     |

### Outputs

| Type                                                         |
| ------------------------------------------------------------ |
| [Parameter](../../../../block-documentation/types/parameter) |

***

<h2 id="text-temperature-5340">
  Text, Temperature, 5.34.0
</h2>

Creates a Constant Parameter with a fixed value that does not change. The value can be referenced by other Parameters or evaluators.

### Inputs

| Name  | Type                                                             | Description                          |
| ----- | ---------------------------------------------------------------- | ------------------------------------ |
| Label | [Text](../../../../block-documentation/types/text)               | Unique identifier for the Parameter. |
| Value | [Temperature](../../../../block-documentation/types/temperature) | Default value for the Parameter.     |

### Outputs

| Type                                                         |
| ------------------------------------------------------------ |
| [Parameter](../../../../block-documentation/types/parameter) |
