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 SignalSignalSet.diaThe diagonal measurement signalprotected SignalSignalSet.horThe horizontal measurement signalprotected SignalSignalSet.verThe vertical measurement signalMethods in xal.smf.impl.profile that return SignalModifier and TypeMethodDescriptionstatic SignalSignal.createBlankSignal()Creates and returns a newSignalobject containing no data and incapable of any data acquisition.static SignalSignal.createConnectedSignal(ASignal annSig) Creates a new instance of theSignalclass 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 TypeMethodDescriptionvoidPerforms an averaging operation with the givenSignalobject using the given averaging factor.voidSignalSet.setSignal(ProfileDevice.ANGLE angle, Signal signal) Sets the signal for the given measurement angle to the given signal object.