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 SignalAttrs
SignalAttrs.createConnectedSignal
(ASignalAttrs annAttrs) Creates a new instance of theSignal
class 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 TypeMethodDescriptionvoid
SignalAttrs.average
(SignalAttrs sigAcq, double dblWtFac) Performs an averaging operation with the givenSignalAttrs
object using the given weighting factor.double
SignalAttrs.ATTRS.getFieldValue
(SignalAttrs data) Using reflection, we return the value of the field that this enumeration constant represents, within the given data structure.double
SignalAttrs.ATTRS.setFieldValue
(SignalAttrs attrs, double dblVal) Using reflection, we set the field value of the givenSignalAttrs
object that this enumeration constant represents.void
SignalAttrSet.setSignalAttrs
(ProfileDevice.ANGLE angle, SignalAttrs attrSignal) Sets the signal attribute for the given measurement angle to the given signal attribute object.