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

Switches the button on and off. Useful when blending and looping data.

## Functional area

Interface

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `setSolversFirst boolean` |

### Arguments

| Name | Type | Required | Comments |
| --- | --- | --- | --- |
| `boolean` | Boolean | yes | Switches the button on and off. |

### Flags

None

## Return value

void

## Examples

```plaintext
//Turn off the solvers after clip/blends
setSolversFirst false;
```

# Additional information

## Related commands

- [solve](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736571)