Skip to content

Commit

Permalink
add inputs and outputs in NXcomponent
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 27, 2025
1 parent ceceb6b commit 1d8b601
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions base_classes/NXcomponent.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,27 @@
although it is not recommended.
</doc>
</field>
<field name="inputs" type="NX_CHAR">
<doc>
Instance or list of instances of ``NXcomponent`` (or base classes
extending ``NXcomponent``) or ``NXbeam`` that act as input(s) to this
component.

Each input should point to the path of the group acting as input.

An example usage would be to chain components and/or beams together to describe
the beam path in an experiment.
</doc>
</field>
<field name="outputs" type="NX_CHAR">
<doc>
Instance or list of instances of ``NXcomponent`` (or base classes
extending ``NXcomponent``) or ``NXbeam`` that act as output(s) of this
component.

For more information, see :ref:`inputs &lt;/NXcomponent/inputs-field&gt;`.
</doc>
</field>
<group type="NXfabrication"/>
<group type="NXprogram"/>
<group type="NXcircuit"/>
Expand Down

0 comments on commit 1d8b601

Please sign in to comment.