# Function Input

## Overview

![The Function Input Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-e5d8179caef5fe436fb02f29c7041837d80fb79f%2Fnode-function-input.png?alt=media)

In the **Function's** **Logic Graph**, the **Function Input** **Node** starts the **Logic Branch** and outputs the parameter received by the **Function** **Node**.

## Attributes

### Inputs

| Attribute             | Type          | Description                                                          |
| --------------------- | ------------- | -------------------------------------------------------------------- |
| `Input Parameter [n]` | **Drop-down** | Label and **Data Type** for the input parameter of the **Function**. |

### Default Input Values

| Attribute             | Type                                        | Description                           |
| --------------------- | ------------------------------------------- | ------------------------------------- |
| `Input Parameter [n]` | *Defined in the **Inputs*** ***Attribute*** | Default value of the input parameter. |

## Outputs

| Output                | Type                                        | Description                                                                                                                            |
| --------------------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►)    | **Pulse**                                   | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Input Parameter [n]` | *Defined in the **Inputs*** ***Attribute*** | Parameter received by the **Function**.                                                                                                |

## See Also

* [**Function**](https://docs.incari.com/incari-studio/2021.1/toolbox/functions/function)
* [**Function Output**](https://docs.incari.com/incari-studio/2021.1/toolbox/functions/function/function-output)
