Annotation Interface ASignal.ASet

Enclosing class:
ASignal

@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public static @interface ASignal.ASet

Annotation for describing all the data acquisition channels of a wire profile measurement device. The names of the read back channels for both the position array and the value array are included for each measurement "plane", horizontal, vertical, and diagonal.

The contents of the array for each plane are the following parameters:

    {hndPosRb, hndValRb, (hndNseAvg), (hndNseStd), (hndSigSz)}

where hndPosRb is the XAL channel handle of the sample position array read back, hndValRb is the XAL channel handle of the signal value array read back, hndNseAvg is the (optional) XAL channel handle of the noise average read back, hndNseStd is the (optional) XAL channel handle of the noise variance read back, and hndCnt is the (optional) XAL channel handle of the signal array size read back.

Since:
Feb 5, 2013
Author:
Christopher K. Allen
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Provides the connection parameters for diagonal projection data acquisition.
    Provides the connection parameters for horizontal projection data acquisition.
    Provides the connection parameters for vertical projection data acquisition.
  • Element Details

    • sigHor

      ASignal sigHor
      Provides the connection parameters for horizontal projection data acquisition.
      Returns:
      ASignal annotation containing profile device connection parameters
      Since:
      Feb 14, 2013
    • sigVer

      ASignal sigVer
      Provides the connection parameters for vertical projection data acquisition.
      Returns:
      ASignal annotation containing profile device connection parameters
      Since:
      Feb 14, 2013
    • sigDia

      ASignal sigDia
      Provides the connection parameters for diagonal projection data acquisition.
      Returns:
      ASignal annotation containing profile device connection parameters
      Since:
      Feb 14, 2013