---
search:
boost: 5.0
---
# Slot: resolution
_Resolution of simulated system._
URI: [https://CCPBioSim.ac.uk/biosim-schema/resolution](https://CCPBioSim.ac.uk/biosim-schema/resolution)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Particles](../classes/Particles.md) | Particle information included in the topology | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [ModelResolution](../enums/ModelResolution.md) |
| Domain Of | [Particles](../classes/Particles.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/resolution |
| native | https://CCPBioSim.ac.uk/biosim-schema/resolution |
## LinkML Source
```yaml
name: resolution
description: Resolution of simulated system.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Particles
range: ModelResolution
```