org.lsst.ccs.subsystems.fcs.common
Interface FlipRail
- All Known Implementing Classes:
- FlipRailModule
public interface FlipRail
|
Method Summary |
java.lang.String |
close()
when flip rail is closed it is aligned with auto changer rails. |
FlipRailState |
getState()
|
void |
goHome()
|
java.lang.String |
open()
when the flip rail opens it goes out carousel way (); |
getState
FlipRailState getState()
close
java.lang.String close()
throws org.lsst.ccs.bus.ErrorInCommandExecutionException
- when flip rail is closed it is aligned with auto changer rails.
- Returns:
- TODO
- Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException
open
java.lang.String open()
throws org.lsst.ccs.bus.ErrorInCommandExecutionException,
org.lsst.ccs.bus.BadCommandException
- when the flip rail opens it goes out carousel way ();
- Throws:
org.lsst.ccs.bus.ErrorInCommandExecutionException
org.lsst.ccs.bus.BadCommandException
goHome
void goHome()
Copyright © 2011 LSST. All Rights Reserved.