# Set Active

## Overview

![The Set Active Node.](https://879976444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-41739140%2Fuploads%2Fgit-blob-2b7a86b7141b4d86bd223928c3a75378062796d2%2Fset-active.PNG?alt=media)

**Set Active** activates or deactivates a **List** **Object** in a **Scene**. It accepts a **List** **Object** and boolean value `Is Active`. If `Is Active` is positive, then the **List** **Object** is activated otherwise it is deactivated.

## Attributes

### Object

| Attribute | Type         | Description                                                                                                              |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | The target **List** **Object** you wish to activate or deactivate, if one is not provided in the `Object ID` **Socket**. |

### Input

| Attribute   | Type     | Description                                                                                                                                    |
| ----------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `Is Active` | **Bool** | A default boolean switch which activates and deactivates the **List** **Object**, if no value is provided to the `Is Active` input **Socket**. |

## Inputs

| Input             | Type         | Description                                                                               |
| ----------------- | ------------ | ----------------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.                     |
| `Object ID`       | **ObjectID** | The target **List** **Object** you wish to activate or deactivate.                        |
| `Is Active`       | **Bool**     | If `Is Active` is *true*, the **List** **Object** is activated, otherwise is deactivated. |

## 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. |

## See Also

* [**List**](https://github.com/cgi-studio-gmbh/incari-doc/tree/66656c2442958de634bc73f77b533a03f83df0fb/toolbox/incari/list/objects/scene-objects/list.md)
* [**Generate List**](https://docs.incari.com/incari-studio/2.0/toolbox/incari/list/generate-list)
* [**Previous List Entry**](https://docs.incari.com/incari-studio/2.0/toolbox/incari/list/previous-list-entry)
