Package xal.smf.impl.profile
Annotation Interface ASignalAttrs
Annotation describing the acquisition channels for the signal attributes of a
wire scanner profile. The attributes are those of the
WireScanner.SignalAttrs
data structure.
Ported from XAL on Jul 15, 2014.
· Jonathan M. Freed
- Since:
- Oct 3, 2011
- Version:
- March 19, 2013
- Author:
- Christopher K. Allen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Annotation for the PV channels providing the signal attributes for the wire scanner profiles. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionChannel handle for the maximum value of the signal over baselineChannel handle for the area under the signal curve minus baselineChannel handle for the axis location of the center of massChannel handle for the value of the signal baseline, i.e., sensor output at zero inputChannel handle for the the statistical standard deviation
-
Element Details
-
hndAmpRb
String hndAmpRbChannel handle for the maximum value of the signal over baseline -
hndOffsetRb
String hndOffsetRbChannel handle for the value of the signal baseline, i.e., sensor output at zero input -
hndAreaRb
String hndAreaRbChannel handle for the area under the signal curve minus baseline -
hndMeanRb
String hndMeanRbChannel handle for the axis location of the center of mass -
hndStdevRb
String hndStdevRbChannel handle for the the statistical standard deviation
-