NXflipper
From NeXus
Contents |
XML Meta-DTD Definition for NXflipper.xml
This follows the XML Meta-DTD Definition format and can be downloaded from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXflipper.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
URL: http://www.nexus.anl.gov/classes/xml/NXflipper.xml
Editor: Nick Maliszewskyj <nickm@nist.gov>
$Id: NXflipper.xml 4 2005-07-19 04:10:26Z rio $
Template of a beamline spin flipper.
-->
<NXflipper name="{Name of flipper}">
<type type="NX_CHAR">
{coil|current-sheet}?
</type>
<flip_turns type="NX_FLOAT">
{Number of turns/cm in flipping field coils}?
</flip_turns>
<comp_turns type="NX_FLOAT">
{Number of turns/cm in compensating field coils}?
</comp_turns>
<guide_turns type="NX_FLOAT">
{Number of turns/cm in guide field coils}?
</guide_turns>
<flip_current type="NX_FLOAT" units="amperes">
{Flipping field coil current in "on" state"}?
</flip_current>
<comp_current type="NX_FLOAT" units="amperes">
{Compensating field coil current in "on" state"}?
</comp_current>
<guide_current type="NX_FLOAT" units="amperes">
{Guide field coil current in "on" state"}?
</guide_current>
<thickness type="NX_FLOAT" units="cm">
{thickness along path of neutron travel}?
</thickness>
</NXflipper>
Tabular Representation of XML Meta-DTD
(automatically generated from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXflipper.xml)
-
NXflipper
Name Type Description Attributes type NX_CHAR coil|current-sheet flip_turns NX_FLOAT Number of turns/cm in flipping field coils comp_turns NX_FLOAT Number of turns/cm in compensating field coils guide_turns NX_FLOAT Number of turns/cm in guide field coils flip_current NX_FLOAT Flipping field coil current in "on" state" units="amperes"
comp_current NX_FLOAT Compensating field coil current in "on" state" units="amperes"
guide_current NX_FLOAT Guide field coil current in "on" state" units="amperes"
thickness NX_FLOAT thickness along path of neutron travel units="cm"

