> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/incari/imagesequence/getimagesequenceduration.md).

# Get ImageSequence Duration

## Overview

![The Get ImageSequence Duration Node.](/files/lq6fNy9AN4kut45sML9O)

The **Get ImageSequence Duration Node** returns the total runtime (in seconds) of the **ImageSequence**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Get ImageSequence Duration Node Attributes.](/files/yXXWFh3RNgqJK0CQVODl)

| Attribute | Type         | Description            |
| --------- | ------------ | ---------------------- |
| `Object`  | **ObjectID** | The target **Object**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the target **Object**.                                      |

## 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. |
| `Duration`         | **Float** | The total runtime.                                                                                                                     |

## See Also

* [**Get ImageSequence FPS**](/incari-studio/toolbox/incari/imagesequence/getimagesequencefps.md)
* [**Get ImageSequence Total Frames**](/incari-studio/toolbox/incari/imagesequence/getimagesequencetotalframes.md)
* [**Get Current ImageSequence Frame**](/incari-studio/toolbox/incari/imagesequence/getcurrentimagesequenceframe.md)
