Package xal.smf.impl
Class WireScanner.StatisticalAttrSet
java.lang.Object
xal.smf.impl.profile.SignalAttrSet
xal.smf.impl.WireScanner.StatisticalAttrSet
- All Implemented Interfaces:
DataListener
- Enclosing class:
- WireScanner
@ASet(attrHor=@ASignalAttrs(hndAmpRb="SigHorStatAmp",hndAreaRb="SigHorStatArea",hndMeanRb="SigHorStatMean",hndOffsetRb="SigHorStatOffset",hndStdevRb="SigHorStatStd"),
attrVer=@ASignalAttrs(hndAmpRb="SigVerStatAmp",hndAreaRb="SigVerStatArea",hndMeanRb="SigVerStatMean",hndOffsetRb="SigVerStatOffset",hndStdevRb="SigVerStatStd"),
attrDia=@ASignalAttrs(hndAmpRb="SigDiaStatAmp",hndAreaRb="SigDiaStatArea",hndMeanRb="SigDiaStatMean",hndOffsetRb="SigDiaStatOffset",hndStdevRb="SigDiaStatStd"))
public static class WireScanner.StatisticalAttrSet
extends SignalAttrSet
Data structure containing the profile data characteristics when modelled
as a Double Gaussian signal.
- Since:
- Feb 23, 2010
- Author:
- Christopher K. Allen
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a newStatistical
signal set object.StatisticalAttrSet
(DataAdaptor daptSrc) Create a newStatistical
object initialized from the given data source. -
Method Summary
Modifier and TypeMethodDescriptionacquire
(ProfileDevice ws) Convenience method for retrieving a new initialized data structure populated from the given device state.Methods inherited from class xal.smf.impl.profile.SignalAttrSet
average, dataLabel, getDia, getFieldDescriptors, getHor, getSignalAttrs, getVer, setSignalAttrs, update, write
-
Constructor Details
-
StatisticalAttrSet
public StatisticalAttrSet()Create a newStatistical
signal set object.- Since:
- Feb 25, 2010
-
StatisticalAttrSet
Create a newStatistical
object initialized from the given data source.- Parameters:
daptSrc
- persistent data store containing data structure field values- Since:
- Mar 17, 2010
-
-
Method Details
-
acquire
public static WireScanner.StatisticalAttrSet acquire(ProfileDevice ws) throws NoSuchChannelException, ConnectionException, GetException Convenience method for retrieving a new initialized data structure populated from the given device state.- Parameters:
ws
- data acquisition device- Returns:
- New data populated structure
- Throws:
NoSuchChannelException
- unable to find channel for given handleConnectionException
- unable to connect to a field's channelGetException
- general CA GET exception while fetch field value- Since:
- Nov 14, 2009
-