---
search:
boost: 5.0
---
# Slot: target_pressure_vector
_Target/reference pressure set to reach in the simulation, given as a 3x3 array._
URI: [https://CCPBioSim.ac.uk/biosim-schema/target_pressure_vector](https://CCPBioSim.ac.uk/biosim-schema/target_pressure_vector)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Barostat](../classes/Barostat.md) | Settings used for the simulation barostat | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [MatrixPressureQuantity](../classes/MatrixPressureQuantity.md) |
| Domain Of | [Barostat](../classes/Barostat.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Annotations
| property | value |
| --- | --- |
| engine_mapping | [{'engine': 'gromacs', 'key': 'ref-p', '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_vector |
| native | https://CCPBioSim.ac.uk/biosim-schema/target_pressure_vector |
## LinkML Source
```yaml
name: target_pressure_vector
annotations:
engine_mapping:
tag: engine_mapping
value:
- engine: gromacs
key: ref-p
unit: bar
description: Target/reference pressure set to reach in the simulation, given as a
3x3 array.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Barostat
range: MatrixPressureQuantity
```