Skip to content

Commit a67db26

Browse files
rettigllukaspie
authored andcommitted
change sample enviroments to NXenvironment
1 parent 659434b commit a67db26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

contributed_definitions/NXmpes_liquid.nxdl.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,21 @@
9494
(users are encouraged to expand on that in group history/sample_preparation).
9595
</doc>
9696
</field>
97-
<field name="temperature_env" type="NX_NUMBER" optional="true">
97+
<group name="temperature_env" type="NXenvironment" optional="true">
9898
<doc>
9999
The temperature set for the liquid jet or the injection assembly.
100100
Details may be added through instances of NXsensor/NXactuator the how this temperature
101101
value is obtained (whether a chiller unit was used, point of cooling, temperature reading
102102
etc.) and where this value would be expected (estimate for the jet assembly, the liquid
103103
prior to injection, or at the interaction point taking into account evaporative cooling etc.).
104104
</doc>
105-
</field>
106-
<field name="gas_pressure_env" type="NX_NUMBER" optional="true">
105+
</group>
106+
<group name="gas_pressure_env" type="NXenvironment" optional="true">
107107
<doc>
108108
Pressure in the interaction chamber under operation conditions and actuators/sensors
109109
controlling/measuring it.
110110
</doc>
111-
</field>
111+
</group>
112112
<field name="depends_on" recommended="true">
113113
<doc>
114114
Connects this liquidjet to its transformation chain.

contributed_definitions/nyaml/NXmpes_liquid.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ NXmpes_liquid(NXmpes):
5555
doc: |
5656
Material the microjet nozzle is made of
5757
(users are encouraged to expand on that in group history/sample_preparation).
58-
temperature_env(NX_NUMBER):
58+
temperature_env(NXenvironment):
5959
exists: optional
6060
doc: |
6161
The temperature set for the liquid jet or the injection assembly.
6262
Details may be added through instances of NXsensor/NXactuator the how this temperature
6363
value is obtained (whether a chiller unit was used, point of cooling, temperature reading
6464
etc.) and where this value would be expected (estimate for the jet assembly, the liquid
6565
prior to injection, or at the interaction point taking into account evaporative cooling etc.).
66-
gas_pressure_env(NX_NUMBER):
66+
gas_pressure_env(NXenvironment):
6767
exists: optional
6868
doc: |
6969
Pressure in the interaction chamber under operation conditions and actuators/sensors

0 commit comments

Comments
 (0)