@ASignalAttrs.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
dia, hor, ver| Constructor and Description |
|---|
StatisticalAttrSet()
Create a new
Statistical signal set object. |
StatisticalAttrSet(DataAdaptor daptSrc)
Create a new
Statistical object initialized
from the given data source. |
| Modifier and Type | Method and Description |
|---|---|
static WireScanner.StatisticalAttrSet |
acquire(ProfileDevice ws)
Convenience method for retrieving a new initialized data structure
populated from the given device state.
|
average, dataLabel, getFieldDescriptors, getSignalAttrs, setSignalAttrs, update, writepublic StatisticalAttrSet()
Statistical signal set object.public StatisticalAttrSet(DataAdaptor daptSrc)
Statistical object initialized
from the given data source.daptSrc - persistent data store containing
data structure field valuespublic static WireScanner.StatisticalAttrSet acquire(ProfileDevice ws) throws NoSuchChannelException, ConnectionException, GetException
ws - data acquisition deviceNoSuchChannelException - unable to find channel for given handleConnectionException - unable to connect to a field's channelGetException - general CA GET exception while fetch field value