Class: Rotation
Rotation of a rotating (disc) electrode.
URI: https://echemdb.github.io/metadata-schema/source_data/Rotation
classDiagram
class Rotation
click Rotation href "../Rotation/"
ControlledOperation <|-- Rotation
click ControlledOperation href "../ControlledOperation/"
Rotation : control
Rotation --> "0..1" Control : control
click Control href "../Control/"
Rotation : rate
Rotation --> "0..1" Quantity : rate
click Quantity href "../Quantity/"
Inheritance
-
Rotation
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Rotation rate of the electrode |
|
|
0..1 |
How the operation was controlled |
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/source_data
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/source_data/Rotation |
native |
https://echemdb.github.io/metadata-schema/source_data/Rotation |
LinkML Source
Direct
```yaml
name: Rotation
description: Rotation of a rotating (disc) electrode.
from_schema: https://echemdb.github.io/metadata-schema/source_data
is_a: ControlledOperation
attributes:
rate:
name: rate
description: Rotation rate of the electrode.
examples:
- value: '{value: 1600, unit: 1 / min}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
domain_of:
- Rotation
- Flow
- Stirring
range: Quantity
inlined: true
</details>
### Induced
<details>
```yaml
name: Rotation
description: Rotation of a rotating (disc) electrode.
from_schema: https://echemdb.github.io/metadata-schema/source_data
is_a: ControlledOperation
attributes:
rate:
name: rate
description: Rotation rate of the electrode.
examples:
- value: '{value: 1600, unit: 1 / min}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: rate
owner: Rotation
domain_of:
- Rotation
- Flow
- Stirring
range: Quantity
inlined: true
control:
name: control
description: How the operation was controlled.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
alias: control
owner: Rotation
domain_of:
- ControlledQuantity
- ControlledOperation
range: Control
inlined: true