Package xal.smf.impl.profile
Annotation Interface ASignalAttrs.ASet
- Enclosing class:
- ASignalAttrs
Annotation for the PV channels providing the signal attributes for the
wire scanner profiles. All three planes are represented. This is done by
repeating the same annotation interface three times, one for each plane.
This is the only solution I can using Java annotation.
- Since:
- Oct 3, 2011
- Author:
- Christopher K. Allen
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionSignal attributes for the diagonal axisSignal attributes for the horizontal axisSignal attributes for the vertical axis
-
Element Details
-
attrHor
ASignalAttrs attrHorSignal attributes for the horizontal axis -
attrVer
ASignalAttrs attrVerSignal attributes for the vertical axis -
attrDia
ASignalAttrs attrDiaSignal attributes for the diagonal axis
-