|
27 | 27 |
|
28 | 28 | The condition itself is described in :ref:`NXenvironment`. |
29 | 29 | </doc> |
30 | | - <field name="model"> |
31 | | - <doc> |
32 | | - Actuator identification code/model number |
33 | | - </doc> |
34 | | - </field> |
35 | 30 | <field name="name"> |
36 | 31 | <doc> |
37 | 32 | Name of the actuator |
|
42 | 37 | Short name of actuator used e.g. on monitor display program |
43 | 38 | </doc> |
44 | 39 | </field> |
45 | | - <field name="attached_to"> |
| 40 | + <field name="actuation_target"> |
46 | 41 | <doc> |
47 | | - Describe where the actuator is attached to. |
48 | | - This could be an instance of NXsample or a device on NXinstrument. |
| 42 | + The physical component on which this actuator acts. |
| 43 | + This should be a path in the NeXus tree structure. |
| 44 | + For example, this could be an instance of NXsample or a device on NXinstrument. |
49 | 45 | </doc> |
50 | 46 | </field> |
51 | 47 | <field name="physical_quantity"> |
|
68 | 64 | :Voltage: potentiostat |
69 | 65 | </doc> |
70 | 66 | </field> |
71 | | - <field name="OUTPUT" type="NX_FLOAT" units="NX_ANY"> |
| 67 | + <field name="outputVALUE" type="NX_NUMBER" units="NX_ANY" nameType="partial"> |
72 | 68 | <doc> |
73 | 69 | Any output that the actuator produces. |
74 | | - For example, a heater can have the field heater_power(NX_FLOAT). |
| 70 | + For example, a heater can have the field output_power(NX_NUMBER). |
75 | 71 | </doc> |
76 | 72 | </field> |
77 | | - <group name="OUTPUT_log" type="NXlog"> |
78 | | - <doc> |
79 | | - Time history of actuator outputs. |
80 | | - </doc> |
81 | | - </group> |
82 | | - <group type="NXpid"> |
83 | | - <doc> |
84 | | - If the actuator is PID-controlled, the settings of the PID controller can be |
85 | | - stored here. |
86 | | - </doc> |
87 | | - <field name="setpoint" type="NX_FLOAT" units="NX_ANY"> |
88 | | - <doc> |
89 | | - Nominal actuator setpoint. |
90 | | - Can be a scalar or a vector (of [n] actuations). |
91 | | - </doc> |
92 | | - </field> |
93 | | - <group name="setpoint_log" type="NXlog"> |
94 | | - <doc> |
95 | | - Time history of actuator setpoints. |
96 | | - </doc> |
97 | | - </group> |
98 | | - </group> |
99 | 73 | <field name="depends_on" type="NX_CHAR"> |
100 | 74 | <doc> |
101 | 75 | Refers to the last transformation specifying the position of the actuator |
|
110 | 84 | other component groups. |
111 | 85 | </doc> |
112 | 86 | </group> |
113 | | - <attribute name="default"> |
114 | | - <doc> |
115 | | - .. index:: plotting |
116 | | - |
117 | | - Declares which child group contains a path leading |
118 | | - to a :ref:`NXdata` group. |
119 | | - |
120 | | - It is recommended (as of NIAC2014) to use this attribute |
121 | | - to help define the path to the default dataset to be plotted. |
122 | | - See https://www.nexusformat.org/2014_How_to_find_default_data.html |
123 | | - for a summary of the discussion. |
124 | | - </doc> |
125 | | - </attribute> |
126 | 87 | <group type="NXfabrication"/> |
127 | 88 | </definition> |
0 commit comments