Skip to content

Commit

Permalink
Added ELN Component to PLDTargetSource (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom authored Nov 8, 2023
1 parent b756939 commit 054a7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nomad_material_processing/physical_vapor_deposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
)
from nomad.datamodel.metainfo.annotations import (
ELNAnnotation,
ELNComponentEnum,
)
from nomad.datamodel.metainfo.basesections import (
ActivityStep,
Expand Down Expand Up @@ -388,6 +389,7 @@ class PLDTargetSource(PVDMaterialSource):
type=PLDTarget,
a_eln=ELNAnnotation(
label='Target',
component=ELNComponentEnum.ReferenceEditQuantity
),
)

Expand Down

0 comments on commit 054a7fd

Please sign in to comment.