---
search:
boost: 5.0
---
# Slot: target_pressure
_Target/reference pressure set to reach in the simulation, given as a float._
URI: [https://CCPBioSim.ac.uk/biosim-schema/target_pressure](https://CCPBioSim.ac.uk/biosim-schema/target_pressure)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Barostat](../classes/Barostat.md) | Settings used for the simulation barostat | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [PressureQuantity](../classes/PressureQuantity.md) |
| Domain Of | [Barostat](../classes/Barostat.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Annotations
| property | value |
| --- | --- |
| engine_mapping | [{'engine': 'amber', 'key': 'pres0', 'unit': 'bar'}] |
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/target_pressure |
| native | https://CCPBioSim.ac.uk/biosim-schema/target_pressure |
## LinkML Source
```yaml
name: target_pressure
annotations:
engine_mapping:
tag: engine_mapping
value:
- engine: amber
key: pres0
unit: bar
description: Target/reference pressure set to reach in the simulation, given as a
float.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Barostat
range: PressureQuantity
```