Slot: function
Role of the electrode in the electrochemical cell. Typical values: working electrode, counter electrode, reference electrode.
URI: https://echemdb.github.io/metadata-schema/autotag/function Alias: function
Applicable Classes
Name |
Description |
Modifies Slot |
|---|---|---|
An electrode used in the electrochemical cell, such as working, reference, co… |
no |
Properties
Range: String
Required: True
Examples
Value |
|---|
working electrode |
counter electrode |
reference electrode |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/autotag
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/autotag/function |
native |
https://echemdb.github.io/metadata-schema/autotag/function |
LinkML Source
```yaml
name: function
description: 'Role of the electrode in the electrochemical cell. Typical values: working
electrode, counter electrode, reference electrode.'
examples:
- value: working electrode
- value: counter electrode
- value: reference electrode
from_schema: https://echemdb.github.io/metadata-schema/autotag
rank: 1000
alias: function
owner: Electrode
domain_of:
- Electrode
range: string
required: true
</details>