Package gda.scan

Class GridScanMoveToOnly

All Implemented Interfaces:
NestableScan, Scan, ScanChild, Serializable
Direct Known Subclasses:
UndulatorTuningGridScan

public class GridScanMoveToOnly extends GridScan
Avoids a grid scan having to use moveBy. This is a temporary hack and this class should be deleted when moveBy is able to be used: the fact that moveBy doesnt work properly in this specific situation is the problem!

Generally, this class should not be used.

See Also:
  • Constructor Details

    • GridScanMoveToOnly

      public GridScanMoveToOnly(Scannable ve, Object start, Object stop, Object step, Object time, Object units)
      Creates a scan object. This constructor added to allow detector counting time to be set. Probably this should be done in ScanBase somehow.
      Parameters:
      ve - the scannable
      start - double
      stop - double
      step - double
      time - double
      units - String
  • Method Details