Uses of Class
xal.smf.impl.profile.Signal
Packages that use Signal
-
Uses of Signal in xal.smf.impl.profile
Fields in xal.smf.impl.profile declared as SignalModifier and TypeFieldDescriptionprotected Signal
SignalSet.dia
The diagonal measurement signalprotected Signal
SignalSet.hor
The horizontal measurement signalprotected Signal
SignalSet.ver
The vertical measurement signalMethods in xal.smf.impl.profile that return SignalModifier and TypeMethodDescriptionstatic Signal
Signal.createBlankSignal()
Creates and returns a newSignal
object containing no data and incapable of any data acquisition.static Signal
Signal.createConnectedSignal
(ASignal annSig) Creates a new instance of theSignal
class which is connected to a given device whose signal fields are described in the given annotation.SignalSet.getDia()
SignalSet.getHor()
SignalSet.getSignal
(ProfileDevice.ANGLE angle) Returns the signal object of this set corresponding to the give profile angle.SignalSet.getVer()
Methods in xal.smf.impl.profile with parameters of type SignalModifier and TypeMethodDescriptionvoid
Performs an averaging operation with the givenSignal
object using the given averaging factor.void
SignalSet.setSignal
(ProfileDevice.ANGLE angle, Signal signal) Sets the signal for the given measurement angle to the given signal object.