Class: Control

How a parameter was actively controlled during the measurement, including a reference to the controlling instrument.

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

         classDiagram
    class Control
    click Control href "../Control/"
      Control : description
        
      Control : instrument
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

instrument

0..1
String

Name of the controlling instrument

Rotator1

description

0..1
String

Additional details about how the parameter was controlled

Jacketed cell with circulating water bath

Usages

used by

used in

type

used

ControlledQuantity

control

range

Control

ControlledOperation

control

range

Control

Rotation

control

range

Control

Flow

control

range

Control

Stirring

control

range

Control

Ultrasound

control

range

Control

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

native

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

LinkML Source

Direct

```yaml name: Control description: How a parameter was actively controlled during the measurement, including a reference to the controlling instrument. from_schema: https://echemdb.github.io/metadata-schema/autotag attributes: instrument: name: instrument description: Name of the controlling instrument. Must match the name of an entry under experimental.instrumentation (Instrumentation.name). examples: - value: Rotator1 from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - Control range: string description: name: description description: Additional details about how the parameter was controlled. examples: - value: Jacketed cell with circulating water bath from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - Control - Experimental - DataField - Electrode - Shape - ElectrodePreparation - ElectrolyteContainer - ElectrochemicalCellComponent - Atmosphere range: string
</details>

### Induced

<details>
```yaml
name: Control
description: How a parameter was actively controlled during the measurement, including
  a reference to the controlling instrument.
from_schema: https://echemdb.github.io/metadata-schema/autotag
attributes:
  instrument:
    name: instrument
    description: Name of the controlling instrument. Must match the name of an entry
      under experimental.instrumentation (Instrumentation.name).
    examples:
    - value: Rotator1
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: instrument
    owner: Control
    domain_of:
    - Control
    range: string
  description:
    name: description
    description: Additional details about how the parameter was controlled.
    examples:
    - value: Jacketed cell with circulating water bath
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: description
    owner: Control
    domain_of:
    - Control
    - Experimental
    - DataField
    - Electrode
    - Shape
    - ElectrodePreparation
    - ElectrolyteContainer
    - ElectrochemicalCellComponent
    - Atmosphere
    range: string