Skip to content

Commit

Permalink
make NXmanipulator more general
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 17, 2025
1 parent 3a22e16 commit 3255716
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions base_classes/NXmanipulator.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
-->
<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="base" type="group" name="NXmanipulator" extends="NXobject" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd">
<doc>
Extension of NXpositioner to include fields to describe the use of manipulators
in photoemission experiments.
Extension of NXpositioner to include fields to describe the use of manipulators.
</doc>
<field name="name" type="NX_CHAR">
<doc>
Expand Down Expand Up @@ -208,18 +207,17 @@
</group>
<group type="NXactuator">
<doc>
Any additional actuator on the manipulator used to control an external
condition.
Any additional actuators on the manipulator.
</doc>
</group>
<group type="NXsensor">
<doc>
Any additional sensors on the manipulator used to monitor an external condition.
Any additional sensors on the manipulator.
</doc>
</group>
<group type="NXpositioner">
<doc>
Class to describe the motors that are used in the manipulator
Class to describe the motors that are used in the manipulator.
</doc>
</group>
<field name="depends_on" type="NX_CHAR">
Expand Down

0 comments on commit 3255716

Please sign in to comment.