Skip to content

Commit

Permalink
added numbereditquantity to pressure
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Jul 24, 2024
1 parent f481baa commit adce65c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/nomad_material_processing/vapor_deposition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,19 @@ class Pressure(TimeSeries):
type=float,
unit='pascal',
shape=['*'],
a_eln=ELNAnnotation(
component=ELNComponentEnum.NumberEditQuantity,
label='Set value',
),
)
set_time = Quantity(
type=float,
unit='second',
shape=['*'],
a_eln=ELNAnnotation(
component=ELNComponentEnum.NumberEditQuantity,
label='Set time',
),
)


Expand Down

0 comments on commit adce65c

Please sign in to comment.