Package gda.device
Interface BPM
- All Superinterfaces:
Configurable,Device,Findable,gda.observable.IObservable
- All Known Implementing Classes:
BPMBase,DummyBPM,OxfordDanfysikQBPM
Interface for Beam Position Monitors
-
Method Summary
Methods inherited from interface gda.factory.Configurable
configure, isConfigureAtStartup, isConfigured, reconfigureMethods inherited from interface gda.device.Device
close, getAttribute, getProtectionLevel, setAttribute, setProtectionLevelMethods inherited from interface gda.observable.IObservable
addIObserver, deleteIObserver, deleteIObservers
-
Method Details
-
getX
Get the current beam X position.- Returns:
- Current beam X position.
- Throws:
DeviceException
-
getY
Get the current beam Y position.- Returns:
- Current beam Y position.
- Throws:
DeviceException
-