Class: Instrumentation

The instruments used to perform the experiment.

URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/Instrumentation

         classDiagram
    class Instrumentation
    click Instrumentation href "../Instrumentation/"
      Instrumentation : manufacturer
        
      Instrumentation : model
        
      Instrumentation : name
        
      Instrumentation : supplier
        
      Instrumentation : type
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

type

0..1
String

Type or category of instrument

potentiostat, rotator, mass spectrometer

manufacturer

0..1
String

Manufacturer of the instrument

Awesome Supplier Inc.

name

1
String

Name or identifier of the instrument

Poti05

model

0..1
String

Model number or designation

P302NX5

supplier

0..1
String

Supplier of the instrument

Awesome Supplier Inc.

Usages

used by

used in

type

used

Experimental

instrumentation

range

Instrumentation

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/minimum_echemdb

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/minimum_echemdb/Instrumentation

native

https://echemdb.github.io/metadata-schema/minimum_echemdb/Instrumentation

LinkML Source

Direct

```yaml name: Instrumentation description: The instruments used to perform the experiment. from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb attributes: type: name: type description: Type or category of instrument. examples: - value: potentiostat - value: rotator - value: mass spectrometer from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation domain_of: - Uncertainty - Electrode - Shape - Component - Electrolyte - ElectrolyteContainerComponent - ElectrochemicalCell - Atmosphere - System - FigureDescription - DataField - Instrumentation range: string manufacturer: name: manufacturer description: Manufacturer of the instrument. examples: - value: Awesome Supplier Inc. from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation domain_of: - ElectrodeSource - ComponentSource - Instrumentation range: string name: name: name description: Name or identifier of the instrument. examples: - value: Poti05 from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation domain_of: - Process - Electrode - Component - ElectrolyteContainerComponent - ElectrochemicalCellComponent - DataField - Instrumentation range: string required: true model: name: model description: Model number or designation. examples: - value: P302NX5 from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation domain_of: - ElectrodeSource - Instrumentation range: string supplier: name: supplier description: Supplier of the instrument. examples: - value: Awesome Supplier Inc. from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation domain_of: - ElectrodeSource - ComponentSource - Instrumentation range: string
</details>

### Induced

<details>
```yaml
name: Instrumentation
description: The instruments used to perform the experiment.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
attributes:
  type:
    name: type
    description: Type or category of instrument.
    examples:
    - value: potentiostat
    - value: rotator
    - value: mass spectrometer
    from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
    alias: type
    owner: Instrumentation
    domain_of:
    - Uncertainty
    - Electrode
    - Shape
    - Component
    - Electrolyte
    - ElectrolyteContainerComponent
    - ElectrochemicalCell
    - Atmosphere
    - System
    - FigureDescription
    - DataField
    - Instrumentation
    range: string
  manufacturer:
    name: manufacturer
    description: Manufacturer of the instrument.
    examples:
    - value: Awesome Supplier Inc.
    from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
    alias: manufacturer
    owner: Instrumentation
    domain_of:
    - ElectrodeSource
    - ComponentSource
    - Instrumentation
    range: string
  name:
    name: name
    description: Name or identifier of the instrument.
    examples:
    - value: Poti05
    from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
    alias: name
    owner: Instrumentation
    domain_of:
    - Process
    - Electrode
    - Component
    - ElectrolyteContainerComponent
    - ElectrochemicalCellComponent
    - DataField
    - Instrumentation
    range: string
    required: true
  model:
    name: model
    description: Model number or designation.
    examples:
    - value: P302NX5
    from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
    alias: model
    owner: Instrumentation
    domain_of:
    - ElectrodeSource
    - Instrumentation
    range: string
  supplier:
    name: supplier
    description: Supplier of the instrument.
    examples:
    - value: Awesome Supplier Inc.
    from_schema: https://echemdb.github.io/metadata-schema/experimental/instrumentation
    alias: supplier
    owner: Instrumentation
    domain_of:
    - ElectrodeSource
    - ComponentSource
    - Instrumentation
    range: string