Uses of Enum Class
xal.smf.impl.profile.ProfileDevice.ANGLE
Packages that use ProfileDevice.ANGLE
-
Uses of ProfileDevice.ANGLE in xal.smf.impl
Methods in xal.smf.impl with parameters of type ProfileDevice.ANGLEModifier and TypeMethodDescriptiondouble
WireHarp.DaqConfig.getInitialPosition
(ProfileDevice.ANGLE angle) double
WireScanner.ScanConfig.getInitialPosition
(ProfileDevice.ANGLE angle) double
WireHarp.DaqConfig.getIntervalLength
(ProfileDevice.ANGLE angle) double
WireScanner.ScanConfig.getIntervalLength
(ProfileDevice.ANGLE angle) int
WireHarp.DaqConfig.getSampleCount
(ProfileDevice.ANGLE angle) int
WireScanner.ScanConfig.getSampleCount
(ProfileDevice.ANGLE angle) double[]
WireHarp.DaqConfig.getSamplePositions
(ProfileDevice.ANGLE angle) Returns the array of sampling positions for the profile datadouble[]
WireScanner.ScanConfig.getSamplePositions
(ProfileDevice.ANGLE angle) boolean
WireHarp.DaqConfig.validWire
(ProfileDevice.ANGLE ang, int index) Check if the indicated wire is valid, that is, producing valid data.int
WireHarp.DaqConfig.validWireCount
(ProfileDevice.ANGLE ang) Returns the number of valid harp wires for the given projection plane.boolean[]
WireHarp.DaqConfig.validWires
(ProfileDevice.ANGLE ang) Creates an array of status flags for each harp wire for the given transverse plane. -
Uses of ProfileDevice.ANGLE in xal.smf.impl.profile
Methods in xal.smf.impl.profile that return ProfileDevice.ANGLEModifier and TypeMethodDescriptionstatic ProfileDevice.ANGLE
Returns the enum constant of this class with the specified name.static ProfileDevice.ANGLE[]
ProfileDevice.ANGLE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in xal.smf.impl.profile with parameters of type ProfileDevice.ANGLEModifier and TypeMethodDescriptiondouble
ProfileDevice.IProfileDomain.getInitialPosition
(ProfileDevice.ANGLE angle) Return the left-most position of the projection interval, that is, the minimum valued endpoint.double
ProfileDevice.IProfileDomain.getIntervalLength
(ProfileDevice.ANGLE angle) Return the length of the real interval containing the projection data.int
ProfileDevice.IProfileDomain.getSampleCount
(ProfileDevice.ANGLE angle) Returns the number of signal samples in the profile data, that is, the number of data points in the domain.double[]
ProfileDevice.IProfileDomain.getSamplePositions
(ProfileDevice.ANGLE angle) Returns the locations within the domain interval where the profile data samples are taken.SignalSet.getSignal
(ProfileDevice.ANGLE angle) Returns the signal object of this set corresponding to the give profile angle.SignalAttrSet.getSignalAttrs
(ProfileDevice.ANGLE angle) Returns the signal attributes of this set corresponding to the give profile angle.boolean
ProfileDevice.IProfileData.isValidWire
(ProfileDevice.ANGLE angle, int iWire) Indicates whether or not the given wire is operating correctly and producing valid data.void
SignalSet.setSignal
(ProfileDevice.ANGLE angle, Signal signal) Sets the signal for the given measurement angle to the given signal object.void
SignalAttrSet.setSignalAttrs
(ProfileDevice.ANGLE angle, SignalAttrs attrSignal) Sets the signal attribute for the given measurement angle to the given signal attribute object.