-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1414 from FAIRmat-NFDI/fairmat-2024-nxenvironment
- Loading branch information
Showing
4 changed files
with
136 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?> | ||
<!-- | ||
# NeXus - Neutron and X-ray Common Data Format | ||
# | ||
# Copyright (C) 2014-2024 NeXus International Advisory Committee (NIAC) | ||
# | ||
# This library is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public | ||
# License as published by the Free Software Foundation; either | ||
# version 3 of the License, or (at your option) any later version. | ||
# | ||
# This library is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public | ||
# License along with this library; if not, write to the Free Software | ||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
# | ||
# For further information, see http://www.nexusformat.org | ||
--> | ||
<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="base" type="group" name="NXactuator" extends="NXobject" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd"> | ||
<doc> | ||
An actuator used to control an external condition. | ||
|
||
The condition itself is described in :ref:`NXenvironment`. | ||
</doc> | ||
<field name="name"> | ||
<doc> | ||
Name of the actuator | ||
</doc> | ||
</field> | ||
<field name="short_name"> | ||
<doc> | ||
Short name of actuator used e.g. on monitor display program | ||
</doc> | ||
</field> | ||
<field name="actuation_target"> | ||
<doc> | ||
The physical component on which this actuator acts. | ||
This should be a path in the NeXus tree structure. | ||
For example, this could be an instance of NXsample or a device on NXinstrument. | ||
</doc> | ||
</field> | ||
<field name="physical_quantity"> | ||
<doc> | ||
Name for the physical quantity effected by the actuation | ||
|
||
Examples: | ||
temperature | pH | magnetic_field | electric_field | current | conductivity | resistance | voltage | | ||
pressure | flow | stress | strain | shear | surface_pressure | ||
</doc> | ||
</field> | ||
<field name="type"> | ||
<doc> | ||
The type of hardware used for the actuation. | ||
|
||
Examples (suggestions, but not restrictions): | ||
|
||
:Temperature: laser | gas lamp | filament | resistive | ||
:Pressure: anvil cell | ||
:Voltage: potentiostat | ||
</doc> | ||
</field> | ||
<field name="outputVALUE" type="NX_NUMBER" units="NX_ANY" nameType="partial"> | ||
<doc> | ||
Any output that the actuator produces. | ||
For example, a heater can have the field output_power(NX_NUMBER). | ||
</doc> | ||
</field> | ||
<field name="depends_on" type="NX_CHAR"> | ||
<doc> | ||
Refers to the last transformation specifying the position of the actuator | ||
in the NXtransformations chain. | ||
</doc> | ||
</field> | ||
<group type="NXtransformations"> | ||
<doc> | ||
This is the group recommended for holding the chain of translation | ||
and rotation operations necessary to position the actuator within | ||
the instrument. The dependency chain may however traverse similar groups in | ||
other component groups. | ||
</doc> | ||
</group> | ||
<group type="NXfabrication"/> | ||
</definition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters