stella.omc
Class MotorController.Set
java.lang.Object
stella.omc.MotorController.Set
- Enclosing class:
- MotorController
public static class MotorController.Set
- extends Object
Reads the filter wheel configuration from a file and positions to the
specified slot. The filter wheel is always zero-positioned.
|
Method Summary |
static void |
main(String[] arg)
First command line argument are the properties of the filterwheel in
a file, second is the position we want to set to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MotorController.Set
public MotorController.Set()
main
public static void main(String[] arg)
throws IOException
- First command line argument are the properties of the filterwheel in
a file, second is the position we want to set to. -1 means only zero
positioning.
- Throws:
IOException