Skip to content

Class: EnergyRangeMixin

Mixin providing energy scan range slots, shared by X-ray spectroscopy

techniques that scan over an energy range (XRayAbsorptionSpectroscopy, XPS).

URI: coremeta4cat:class/EnergyRangeMixin

 classDiagram
    class EnergyRangeMixin
    click EnergyRangeMixin href "../../classes/EnergyRangeMixin/"
      EnergyRangeMixin <|-- XRayAbsorptionSpectroscopy
        click XRayAbsorptionSpectroscopy href "../../classes/XRayAbsorptionSpectroscopy/"
      EnergyRangeMixin <|-- XPS
        click XPS href "../../classes/XPS/"

      EnergyRangeMixin : maximum_energy

      EnergyRangeMixin : minimum_energy


Slots

Name Cardinality and Range Description Inheritance
minimum_energy *
Float
Minimum energy of the scan range. direct
maximum_energy *
Float
Maximum energy of the scan range. direct

Mixin Usage

mixed into description
XRayAbsorptionSpectroscopy X-ray absorption spectroscopy (XAS/XANES/EXAFS) for electronic and local structure analysis.
XPS X-ray photoelectron spectroscopy for surface elemental and chemical state analysis.

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/coremeta4cat

Mappings

Mapping Type Mapped Value
self coremeta4cat:EnergyRangeMixin
native coremeta4cat:EnergyRangeMixin

LinkML Source

Direct

name: EnergyRangeMixin
description: 'Mixin providing energy scan range slots, shared by X-ray spectroscopy

  techniques that scan over an energy range (XRayAbsorptionSpectroscopy, XPS).'
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
mixin: true
slots:
- minimum_energy
- maximum_energy

Induced

name: EnergyRangeMixin
description: 'Mixin providing energy scan range slots, shared by X-ray spectroscopy

  techniques that scan over an energy range (XRayAbsorptionSpectroscopy, XPS).'
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
mixin: true
attributes:
  minimum_energy:
    name: minimum_energy
    description: Minimum energy of the scan range.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:minimum_energy
    alias: minimum_energy
    owner: EnergyRangeMixin
    domain_of:
    - EnergyRangeMixin
    range: float
    multivalued: true
    unit:
      ucum_code: eV
  maximum_energy:
    name: maximum_energy
    description: Maximum energy of the scan range.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:maximum_energy
    alias: maximum_energy
    owner: EnergyRangeMixin
    domain_of:
    - EnergyRangeMixin
    range: float
    multivalued: true
    unit:
      ucum_code: eV