---
title: "playOptions"
canonical: "https://help.vicon.com/space/ShogunPost121/1253736691/playOptions"
format: markdown
---
# Description

The playOptions command resets the play options to their defaults. It allows for the editing of scene details relating to animation playback.

## Functional area

Playback control

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `playOptions [-min float] [-max float] [-animMin float] [-animMax float] [-fps float] [-playSpeed string] [-loop boolean]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| Name | Flag arguments | Argument type | Exclusive to | Comments |
| --- | --- | --- | --- | --- |
| `min` | 1 | float | — | Integer for play range minimum |
| `max` | 1 | float | — | Integer for play range maximum |
| `animMin` | 1 | float | — | Integer for animation range minimum |
| `animMax` | 1 | float | — | Integer for animation range maximum |
| `fps` | 1 | float | — | Integer to set frame rate (fps) |
| `playSpeed` | 1 | string | — | Takes a string argument of the same strings found in the list box on the time bar (i.e. "1/8x", "1x". etc) |
| `loop` | 1 | boolean | — | Loop playback. Not used with [bidirectional] |

## Return value

void

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737864)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736984)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738102)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738077)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737434)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736823)
- [play](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737029)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737114)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736779)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737046)
- [step](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737636)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737885)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737596)