Class: Ultrasound
Ultrasound applied to the electrolyte.
URI: https://echemdb.github.io/metadata-schema/source_data/Ultrasound
classDiagram
class Ultrasound
click Ultrasound href "../Ultrasound/"
ControlledOperation <|-- Ultrasound
click ControlledOperation href "../ControlledOperation/"
Ultrasound : amplitude
Ultrasound --> "0..1" Quantity : amplitude
click Quantity href "../Quantity/"
Ultrasound : control
Ultrasound --> "0..1" Control : control
click Control href "../Control/"
Ultrasound : frequency
Ultrasound --> "0..1" Quantity : frequency
click Quantity href "../Quantity/"
Ultrasound : power
Ultrasound --> "0..1" Quantity : power
click Quantity href "../Quantity/"
Inheritance
-
Ultrasound
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Acoustic power of the ultrasound source |
|
|
0..1 |
Frequency of the ultrasound |
|
|
0..1 |
Amplitude of the ultrasound source, e |
|
|
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/Ultrasound |
native |
https://echemdb.github.io/metadata-schema/source_data/Ultrasound |
LinkML Source
Direct
```yaml
name: Ultrasound
description: Ultrasound applied to the electrolyte.
from_schema: https://echemdb.github.io/metadata-schema/source_data
is_a: ControlledOperation
attributes:
power:
name: power
description: Acoustic power of the ultrasound source.
examples:
- value: '{value: 20, unit: W}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
domain_of:
- Ultrasound
range: Quantity
inlined: true
frequency:
name: frequency
description: Frequency of the ultrasound.
examples:
- value: '{value: 20, unit: kHz}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
domain_of:
- Ultrasound
range: Quantity
inlined: true
amplitude:
name: amplitude
description: Amplitude of the ultrasound source, e.g. as horn displacement or
as a percentage of the maximum.
examples:
- value: '{value: 40, unit: percent}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
domain_of:
- Ultrasound
range: Quantity
inlined: true
</details>
### Induced
<details>
```yaml
name: Ultrasound
description: Ultrasound applied to the electrolyte.
from_schema: https://echemdb.github.io/metadata-schema/source_data
is_a: ControlledOperation
attributes:
power:
name: power
description: Acoustic power of the ultrasound source.
examples:
- value: '{value: 20, unit: W}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: power
owner: Ultrasound
domain_of:
- Ultrasound
range: Quantity
inlined: true
frequency:
name: frequency
description: Frequency of the ultrasound.
examples:
- value: '{value: 20, unit: kHz}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: frequency
owner: Ultrasound
domain_of:
- Ultrasound
range: Quantity
inlined: true
amplitude:
name: amplitude
description: Amplitude of the ultrasound source, e.g. as horn displacement or
as a percentage of the maximum.
examples:
- value: '{value: 40, unit: percent}'
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: amplitude
owner: Ultrasound
domain_of:
- Ultrasound
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: Ultrasound
domain_of:
- ControlledQuantity
- ControlledOperation
range: Control
inlined: true