public interface FocusAccessible
| Modifier and Type | Method and Description |
|---|---|
boolean |
commenceFocus(double position)
Sets a new focus position.
|
boolean |
commenceFocusOffset(double position)
Sets a new focus offset.
|
boolean commenceFocus(double position)
throws IOException,
TimeoutException
UnsupportedOperationException if the telescope is not focusable.position - The new focus position.IOExceptionTimeoutExceptionboolean commenceFocusOffset(double position)
throws IOException,
TimeoutException
UnsupportedOperationException if the telescope is not focusable.position - The new focus offset, not cummulative.IOExceptionTimeoutException