Annotation Interface ASignal.ASet
- Enclosing class:
- ASignal
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 ElementsModifier and TypeRequired ElementDescriptionProvides 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 sigHorProvides the connection parameters for horizontal projection data acquisition.- Returns:
ASignal
annotation containing profile device connection parameters- Since:
- Feb 14, 2013
-
sigVer
ASignal sigVerProvides the connection parameters for vertical projection data acquisition.- Returns:
ASignal
annotation containing profile device connection parameters- Since:
- Feb 14, 2013
-
sigDia
ASignal sigDiaProvides the connection parameters for diagonal projection data acquisition.- Returns:
ASignal
annotation containing profile device connection parameters- Since:
- Feb 14, 2013
-