Uses of Class
xal.smf.impl.profile.SignalSet
Packages that use SignalSet
-
Uses of SignalSet in xal.smf.impl
Subclasses of SignalSet in xal.smf.implModifier and TypeClassDescriptionstatic class
Structure for maintaining aWireHarp
profile data fits.static class
Structure for maintaining aWireHarp
profile data measurement.static class
Data structure containing the fitted profile data available after data acquisition (i.e., the profile fit as computed by the acquisition software).static class
Data structure contain the profile data available during data acquisition in a point-by-point fashion (i.e., as the scan progress).static class
Data structure contain the profile data available during data acquisition in a point-by-point fashion (i.e., as the scan progress).static class
Data structure containing the profile data available after data acquisition (i.e., once the scan is complete).static class
Data structure containing the last available raw data trace as defined by the sample rate and duration. -
Uses of SignalSet in xal.smf.impl.profile
Methods in xal.smf.impl.profile with type parameters of type SignalSetModifier and TypeMethodDescription<T extends SignalSet>
TProfileDevice.acquireData
(Class<T> clsType) Acquires the current measurement data from the wire scanner data buffers.Methods in xal.smf.impl.profile that return SignalSetModifier and TypeMethodDescriptionProfileDevice.IProfileData.getFitData()
Returns a fitted signal set taken from the current profile data set.ProfileDevice.IProfileData.getRawData()
Returns the raw signal data from the profile device data set.Methods in xal.smf.impl.profile with parameters of type SignalSetModifier and TypeMethodDescriptionvoid
Averages all the signals in the signal set using the given averaging factor.Method parameters in xal.smf.impl.profile with type arguments of type SignalSetModifier and TypeMethodDescriptionstatic List<ScadaFieldDescriptor>
SignalSet.getFieldDescriptorList
(Class<? extends SignalSet> clsData) Returns the set of field descriptors for (field, channel) pairs used by the givenSignalSet
-derived class.ProfileDevice.ANGLE.getSignalPosFd
(Class<? extends SignalSet> clsData) Extracts the field descriptor for the position channel from the annotations of the givenSignalSet
-derived class type.ProfileDevice.ANGLE.getSignalValFd
(Class<? extends SignalSet> clsData) Extracts the field descriptor for the signal value channel from the set of acquisition descriptors.