Package uk.ac.diamond.daq.mapping.impl
Class MappingStageOptions
java.lang.Object
gda.factory.FindableBase
uk.ac.diamond.daq.mapping.impl.MappingStageOptions
- All Implemented Interfaces:
Findable
Spring-configure this bean to specify which motors may be set
as the fast, slow and (optionally) associated axes for mapping experiments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssociatedAxes(List<String> associatedAxes) voidsetFastAxes(List<String> fastAxes) voidsetSlowAxes(List<String> slowAxes) Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
MappingStageOptions
public MappingStageOptions()
-
-
Method Details
-
getFastAxes
-
setFastAxes
-
getSlowAxes
-
setSlowAxes
-
getAssociatedAxes
-
setAssociatedAxes
-