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

Gets the status of the `Axiom Solving` flag.

The command returns true if the Axiom algorithm is to be used for solving, or false if the legacy solving algorithm will be used.

## Functional area

Skeletal solving

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `getUseAxiomSolving` |

### Arguments

None

### Flags

None

## Return value

boolean

## Examples

```plaintext
// Get the status of the Axiom Solving flag.
string $d = `getUseAxiomSolving`; 
print $d;
```

# Additional information

## Related commands

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