---
search:
boost: 5.0
---
# Slot: frame_step
_Time between saved snapshots/frames in a simulation, given as a float._
URI: [https://CCPBioSim.ac.uk/biosim-schema/frame_step](https://CCPBioSim.ac.uk/biosim-schema/frame_step)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Integrator](../classes/Integrator.md) | Settings used for the simulation integrator | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [TimeQuantity](../classes/TimeQuantity.md) |
| Domain Of | [Integrator](../classes/Integrator.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/frame_step |
| native | https://CCPBioSim.ac.uk/biosim-schema/frame_step |
## LinkML Source
```yaml
name: frame_step
description: Time between saved snapshots/frames in a simulation, given as a float.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Integrator
range: TimeQuantity
```