Uses of Class
xal.smf.impl.profile.SignalAttrs
Packages that use SignalAttrs
-
Uses of SignalAttrs in xal.smf.impl.profile
Methods in xal.smf.impl.profile that return SignalAttrsModifier and TypeMethodDescriptionstatic SignalAttrsSignalAttrs.createConnectedSignal(ASignalAttrs annAttrs) Creates a new instance of theSignalclass which is connected to a given device whose signal fields are described in the given annotation.SignalAttrSet.getDia()SignalAttrSet.getHor()ProfileDevice.ANGLE.getSignalAttrs(SignalAttrSet setAttrs) Extracts the proper signal attributes w.r.t. to this plane from the given set of signal attributes.SignalAttrSet.getSignalAttrs(ProfileDevice.ANGLE angle) Returns the signal attributes of this set corresponding to the give profile angle.SignalAttrSet.getVer()Methods in xal.smf.impl.profile with parameters of type SignalAttrsModifier and TypeMethodDescriptionvoidSignalAttrs.average(SignalAttrs sigAcq, double dblWtFac) Performs an averaging operation with the givenSignalAttrsobject using the given weighting factor.doubleSignalAttrs.ATTRS.getFieldValue(SignalAttrs data) Using reflection, we return the value of the field that this enumeration constant represents, within the given data structure.doubleSignalAttrs.ATTRS.setFieldValue(SignalAttrs attrs, double dblVal) Using reflection, we set the field value of the givenSignalAttrsobject that this enumeration constant represents.voidSignalAttrSet.setSignalAttrs(ProfileDevice.ANGLE angle, SignalAttrs attrSignal) Sets the signal attribute for the given measurement angle to the given signal attribute object.