Class MappingStageOptions

java.lang.Object
gda.factory.FindableBase
uk.ac.diamond.daq.mapping.impl.MappingStageOptions
All Implemented Interfaces:
Findable

@OsgiService(MappingStageOptions.class) public class MappingStageOptions extends FindableBase
Spring-configure this bean to specify which motors may be set as the fast, slow and (optionally) associated axes for mapping experiments.
  • Constructor Details

    • MappingStageOptions

      public MappingStageOptions()
  • Method Details

    • getFastAxes

      public List<String> getFastAxes()
    • setFastAxes

      public void setFastAxes(List<String> fastAxes)
    • getSlowAxes

      public List<String> getSlowAxes()
    • setSlowAxes

      public void setSlowAxes(List<String> slowAxes)
    • getAssociatedAxes

      public List<String> getAssociatedAxes()
    • setAssociatedAxes

      public void setAssociatedAxes(List<String> associatedAxes)