Package xal.smf.impl

Class WireScanner.DataLiveArr

java.lang.Object
xal.smf.impl.profile.SignalSet
xal.smf.impl.WireScanner.DataLiveArr
All Implemented Interfaces:
DataListener
Enclosing class:
WireScanner

@ASet(sigHor=@ASignal(hndCntRb="ScanCfgStepCntRb",hndPosRb="DatHorLiveArrPositions",hndValRb="DatHorLiveArrSignal",hndNseAvgRb="DatHorNoiseAvg",hndNseVarRb="DatHorNoiseStd"), sigVer=@ASignal(hndCntRb="ScanCfgStepCntRb",hndPosRb="DatVerLiveArrPositions",hndValRb="DatVerLiveArrSignal",hndNseAvgRb="DatVerNoiseAvg",hndNseVarRb="DatVerNoiseStd"), sigDia=@ASignal(hndCntRb="ScanCfgStepCntRb",hndPosRb="DatDiaLiveArrPositions",hndValRb="DatDiaLiveArrSignal",hndNseAvgRb="DatDiaNoiseAvg",hndNseVarRb="DatDiaNoiseStd")) public static class WireScanner.DataLiveArr extends SignalSet

Data structure contain the profile data available during data acquisition in a point-by-point fashion (i.e., as the scan progress).

This appears to be then entire profile available after every measurement sample. This is different than the addition point value after each sample. The connected Process Variables are different, so it is likely that this should work.

However, it is never used as of yet.

Since:
Nov 13, 2009
Author:
Christopher K. Allen