---
title: "getAnimStart"
canonical: "https://help.vicon.com/space/Shogun111/13207880/getAnimStart"
format: markdown
---
# Description

The getAnimStart command automatically identifies the first frame in the animation range.

The value returned may be assigned to an integer variable.

## Functional area

Data retrieval

# Command syntax

## Syntax

|  |
| --- |
| `getAnimStart` |

### Arguments

None

### Flags

None

## Return value

integer

Returns the Animation start time.

## Examples

```plaintext
int $start = `getAnimStart`;
print $start;
// In this example, an integer variable named $start is declared and 
// assigned the output of the getAnimStart command.
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207627)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13220014)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207878)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208060)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208062)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208120)
- [play](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208228)
- [playOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13220044)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208232)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208500)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208524)
- [step](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208584)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208586)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208588)