Skip to content

Commit

Permalink
Enum fixed in NXellipsometry, now with new file
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Jun 17, 2022
1 parent d40a7a8 commit 246ccbf
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions contributed_definitions/NXellipsometry.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,10 @@
<item value="null ellipsometry"/>
</enumeration>
</field>
<field name="calibration_status" type="NX_DATE_TIME">
<field name="calibration_status" type="NX_CHAR">
<doc>
Was a calibration performed? If yes, when was it done?
Was a calibration performed? If yes, when was it done? If the calibration time
is provided, it should be specified in calibration/calibration_time.
</doc>
<enumeration>
<item value="calibration time provided"/>
Expand Down Expand Up @@ -371,13 +372,18 @@
beta, gamma). The stage may be motorized or manual, special for liquids or gas
environment.
</doc>
<enumeration>
<item value="manual stage"/>
<item value="scanning stage"/>
<item value="liquid stage"/>
<item value="gas cell"/>
<item value="cryostat"/>
</enumeration>
<field name="stage_type" type="NX_CHAR">
<doc>
Specify what type of stage was used.
</doc>
<enumeration>
<item value="manual stage"/>
<item value="scanning stage"/>
<item value="liquid stage"/>
<item value="gas cell"/>
<item value="cryostat"/>
</enumeration>
</field>
<field name="description" recommended="true" type="NX_CHAR">
<doc>
A free-text field to provide information about the stage.
Expand Down

0 comments on commit 246ccbf

Please sign in to comment.