Class: OperationParameters

Parameters describing how the measurement was operated, such as thermal control of the electrolyte and forced mass transport at the electrode.

URI: https://echemdb.github.io/metadata-schema/autotag/OperationParameters

         classDiagram
    class OperationParameters
    click OperationParameters href "../OperationParameters/"
      OperationParameters : massTransport
        
          
    
        
        
        OperationParameters --> "0..1" MassTransport : massTransport
        click MassTransport href "../MassTransport/"
    

        
      OperationParameters : temperature
        
          
    
        
        
        OperationParameters --> "0..1" ControlledQuantity : temperature
        click ControlledQuantity href "../ControlledQuantity/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Examples

temperature

0..1
ControlledQuantity

Temperature of the electrolyte and how it was controlled

massTransport

0..1
MassTransport

Forced-convection modes used to induce mass transport

Usages

used by

used in

type

used

Experimental

operationParameters

range

OperationParameters

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

native

https://echemdb.github.io/metadata-schema/autotag/OperationParameters

LinkML Source

Direct

```yaml name: OperationParameters description: Parameters describing how the measurement was operated, such as thermal control of the electrolyte and forced mass transport at the electrode. from_schema: https://echemdb.github.io/metadata-schema/autotag attributes: temperature: name: temperature description: Temperature of the electrolyte and how it was controlled. from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - OperationParameters range: ControlledQuantity inlined: true massTransport: name: massTransport description: Forced-convection modes used to induce mass transport. from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - OperationParameters range: MassTransport inlined: true
</details>

### Induced

<details>
```yaml
name: OperationParameters
description: Parameters describing how the measurement was operated, such as thermal
  control of the electrolyte and forced mass transport at the electrode.
from_schema: https://echemdb.github.io/metadata-schema/autotag
attributes:
  temperature:
    name: temperature
    description: Temperature of the electrolyte and how it was controlled.
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: temperature
    owner: OperationParameters
    domain_of:
    - OperationParameters
    range: ControlledQuantity
    inlined: true
  massTransport:
    name: massTransport
    description: Forced-convection modes used to induce mass transport.
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: massTransport
    owner: OperationParameters
    domain_of:
    - OperationParameters
    range: MassTransport
    inlined: true