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 TypeMethodDescriptiondoubleWireHarp.DaqConfig.getInitialPosition(ProfileDevice.ANGLE angle) doubleWireScanner.ScanConfig.getInitialPosition(ProfileDevice.ANGLE angle) doubleWireHarp.DaqConfig.getIntervalLength(ProfileDevice.ANGLE angle) doubleWireScanner.ScanConfig.getIntervalLength(ProfileDevice.ANGLE angle) intWireHarp.DaqConfig.getSampleCount(ProfileDevice.ANGLE angle) intWireScanner.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) booleanWireHarp.DaqConfig.validWire(ProfileDevice.ANGLE ang, int index) Check if the indicated wire is valid, that is, producing valid data.intWireHarp.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.ANGLEReturns 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 TypeMethodDescriptiondoubleProfileDevice.IProfileDomain.getInitialPosition(ProfileDevice.ANGLE angle) Return the left-most position of the projection interval, that is, the minimum valued endpoint.doubleProfileDevice.IProfileDomain.getIntervalLength(ProfileDevice.ANGLE angle) Return the length of the real interval containing the projection data.intProfileDevice.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.booleanProfileDevice.IProfileData.isValidWire(ProfileDevice.ANGLE angle, int iWire) Indicates whether or not the given wire is operating correctly and producing valid data.voidSignalSet.setSignal(ProfileDevice.ANGLE angle, Signal signal) Sets the signal for the given measurement angle to the given signal object.voidSignalAttrSet.setSignalAttrs(ProfileDevice.ANGLE angle, SignalAttrs attrSignal) Sets the signal attribute for the given measurement angle to the given signal attribute object.