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/source_data/function Alias: function

Applicable Classes

Name

Description

Modifies Slot

Electrode

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/source_data

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/source_data/function

native

https://echemdb.github.io/metadata-schema/source_data/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/source_data rank: 1000 alias: function owner: Electrode domain_of: - Electrode range: string required: true
</details>