Package gda.px.detector.eiger
Interface EigerAncillaryData
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
DummyEigerAncillaryData,EigerAncillaryDataBase,EpicsEigerAncillaryData
-
Method Summary
Modifier and TypeMethodDescriptionintdoubledoubledoublevoidsetManualTrigger(boolean manualTrigger) voidsetNumTriggers(int numTriggers) voidsetPhotonEnergy(double photonEnergy) voidsetThresholdEnergy(double thresholdEnergy) voidsetTriggerStartDelay(double startDelay) voidtrigger()Methods inherited from interface gda.factory.Configurable
configure, isConfigureAtStartup, isConfigured, reconfigure
-
Method Details
-
setThresholdEnergy
- Throws:
DeviceException
-
getThresholdEnergy
- Throws:
DeviceException
-
setPhotonEnergy
- Throws:
DeviceException
-
getPhotonEnergy
- Throws:
DeviceException
-
setNumTriggers
- Throws:
DeviceException
-
getNumTriggers
- Throws:
DeviceException
-
setTriggerStartDelay
- Throws:
DeviceException
-
getTriggerStartDelay
- Throws:
DeviceException
-
setManualTrigger
- Throws:
DeviceException
-
trigger
- Throws:
DeviceException
-
getAcquisition
EigerAncillaryAcquisitionSettings getAcquisition() -
getMxSettings
EigerMxSettings getMxSettings()
-