Class: ControlledQuantity
A physical quantity that was actively controlled by an instrument.
URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/ControlledQuantity
classDiagram
class ControlledQuantity
click ControlledQuantity href "../ControlledQuantity/"
Quantity <|-- ControlledQuantity
click Quantity href "../Quantity/"
ControlledQuantity : calculation
ControlledQuantity : comment
ControlledQuantity : control
ControlledQuantity --> "0..1" Control : control
click Control href "../Control/"
ControlledQuantity : uncertainty
ControlledQuantity --> "0..1" Uncertainty : uncertainty
click Uncertainty href "../Uncertainty/"
ControlledQuantity : unit
ControlledQuantity : value
Inheritance
-
ControlledQuantity
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
How the quantity was controlled |
||
0..1 |
Numerical value of the quantity |
|
|
0..1 |
Unit of measurement following astropy’s string notation (e |
|
|
0..1 |
Uncertainty information for a measured quantity |
||
0..1 |
Additional notes about the measurement or quantity |
|
|
0..1 |
Method or formula used to calculate this quantity |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/minimum_echemdb/ControlledQuantity |
native |
https://echemdb.github.io/metadata-schema/minimum_echemdb/ControlledQuantity |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: ControlledQuantity
description: A physical quantity that was actively controlled by an instrument.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
is_a: Quantity
attributes:
control:
name: control
description: How the quantity was controlled.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: control
owner: ControlledQuantity
domain_of:
- ControlledQuantity
- ControlledOperation
range: Control
inlined: true
value:
name: value
description: Numerical value of the quantity.
examples:
- value: '0.5'
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: value
owner: ControlledQuantity
domain_of:
- Quantity
- Uncertainty
- Purity
range: float
unit:
name: unit
description: Unit of measurement following astropy's string notation (e.g., 'mol
/ l', 'V', 'mA / cm2'). Use an empty string for dimensionless quantities.
examples:
- value: mol / l
- value: V
- value: mA / cm2
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: unit
owner: ControlledQuantity
domain_of:
- Quantity
- Uncertainty
- Purity
- DataField
range: string
uncertainty:
name: uncertainty
description: Uncertainty information for a measured quantity.
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: uncertainty
owner: ControlledQuantity
domain_of:
- Quantity
range: Uncertainty
inlined: true
comment:
name: comment
description: Additional notes about the measurement or quantity.
examples:
- value: Measured at room temperature
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: comment
owner: ControlledQuantity
domain_of:
- Quantity
- Uncertainty
- Component
- Electrolyte
- ElectrolyteContainerComponent
- Atmosphere
- Source
- FigureDescription
range: string
calculation:
name: calculation
description: Method or formula used to calculate this quantity.
examples:
- value: Obtained by multiplying U and I
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: calculation
owner: ControlledQuantity
domain_of:
- Quantity
range: string