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

Returns the current state of the solvers after clip/blends. If this is true then solvers update before clips when the user issues a command.

This command is useful when you are blending and looping data.

## Functional area

Skeletal solving

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `getSolversFirst` |

### Arguments

None

### Flags

None

## Return value

boolean

## Examples

```plaintext
//Get and print the current state of the Solvers After Clip/Blends
boolean $n = `getSolversFirst`; 
print $n;
```

# Additional information

## Related commands

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