public class ShutterSimulation extends Object implements ShutterInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
expose(Duration exposureTime) |
void |
open() |
void |
start(String configName)
Start and lock the shutter, with the specified configuration
|
public void start(String configName) throws ExecutionException
ShutterInterfacestart in interface ShutterInterfaceExecutionExceptionpublic void expose(Duration exposureTime) throws ExecutionException
expose in interface ShutterInterfaceExecutionExceptionpublic void open()
throws ExecutionException
open in interface ShutterInterfaceExecutionExceptionpublic void close()
throws ExecutionException
close in interface ShutterInterfaceExecutionExceptionCopyright © 2021 LSST. All rights reserved.