---
search:
boost: 5.0
---
# Slot: setup_tool
_Name of the tool used to setup simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/setup_tool](https://CCPBioSim.ac.uk/biosim-schema/setup_tool)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Setup](../classes/Setup.md) | Setup stage of simulation workflow | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [SetupTool](../enums/SetupTool.md) |
| Domain Of | [Setup](../classes/Setup.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/setup_tool |
| native | https://CCPBioSim.ac.uk/biosim-schema/setup_tool |
## LinkML Source
```yaml
name: setup_tool
description: Name of the tool used to setup simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Setup
range: SetupTool
```