public interface ShutterInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
expose(Duration exposeTime) |
void |
open() |
void |
start(String configName)
Start and lock the shutter, with the specified configuration
|
void start(String configName) throws ExecutionException
configName - ExecutionExceptionvoid expose(Duration exposeTime) throws ExecutionException
ExecutionExceptionvoid open() throws ExecutionException
ExecutionExceptionvoid close()
throws ExecutionException
ExecutionExceptionCopyright © 2022 LSST. All rights reserved.