
public interface BladeSet
| Modifier and Type | Method and Description |
|---|---|
BladeSetConfiguration |
getBladeSetConfiguration()
Gets the configuration of the BladeSet.
|
double |
getCurrentPosition()
Gets the current position of the BladeSet.
|
int |
getIndex()
Gets the index of the blade set.
|
default void |
init()
Initializes any underlying hardware, etc.
|
MovementHistory |
moveToPosition(double position,
double moveTime)
Moves the blade set to the specified position.
|
double getCurrentPosition()
BladePositionMovementHistory moveToPosition(double position, double moveTime)
position - the desired relative position of the leading edge of the blade setmoveTime - the move duration in secondsUpon return getCurrentPosition() will reflect the final position of the move in any thread.
IllegalArgumentException - if position is not validint getIndex()
BladeSetConfiguration getBladeSetConfiguration()
default void init()
Copyright © 2016 LSST. All rights reserved.