Skip to content

Commit

Permalink
NXellips: Use NX_POSINT instead of NX_UINT
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jun 14, 2023
1 parent 2b1a0ef commit af49e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributed_definitions/NXopt.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ optical spectroscopy experiments-->
If the parameter_type is `other` a name should be specified here.
</doc>
</field>
<field name="number_of_parameters" type="NX_UINT" units="NX_UNITLESS">
<field name="number_of_parameters" type="NX_POSINT" units="NX_UNITLESS">
<doc>
Number of different parameter values at which the measurement
was performed. For example, if the measurement was performed at
Expand Down
2 changes: 1 addition & 1 deletion contributed_definitions/nyaml/NXopt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ NXopt:
doc: |
If the parameter_type is `other` a name should be specified here.
exists: optional
number_of_parameters(NX_UINT):
number_of_parameters(NX_POSINT):
doc: |
Number of different parameter values at which the measurement
was performed. For example, if the measurement was performed at
Expand Down

0 comments on commit af49e8e

Please sign in to comment.