Class BufferedNXDetector

All Implemented Interfaces:
Detector, BufferedDetector, NexusDetector, Device, Scannable, Configurable, Findable, gda.observable.IObservable, Serializable

public class BufferedNXDetector extends DetectorBase implements BufferedDetector, NexusDetector
A BufferedDetector to collect data from an NXDetector (area detector) in a ContinuousScan. Most of the functions are delegated to the underlying NXDetector; the values returned during a continuous scan (by readFrames(int, int)) are determined by the 'additional plugin' chain on the detector and are the same as returned during a step scan. (This detector class also works in a step scan.)
See Also:
  • Constructor Details

    • BufferedNXDetector

      public BufferedNXDetector()
  • Method Details