Annotation Interface ASignalAttrs


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @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 Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Annotation for the PV channels providing the signal attributes for the wire scanner profiles.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Channel handle for the maximum value of the signal over baseline
    Channel handle for the area under the signal curve minus baseline
    Channel handle for the axis location of the center of mass
    Channel handle for the value of the signal baseline, i.e., sensor output at zero input
    Channel handle for the the statistical standard deviation
  • Element Details

    • hndAmpRb

      String hndAmpRb
      Channel handle for the maximum value of the signal over baseline
    • hndOffsetRb

      String hndOffsetRb
      Channel handle for the value of the signal baseline, i.e., sensor output at zero input
    • hndAreaRb

      String hndAreaRb
      Channel handle for the area under the signal curve minus baseline
    • hndMeanRb

      String hndMeanRb
      Channel handle for the axis location of the center of mass
    • hndStdevRb

      String hndStdevRb
      Channel handle for the the statistical standard deviation